.ddsmoothmenu{font: normal 14px Arial, Helvetica, sans-serif #FFF; text-decoration:none;
background: transparent; /*background of menu bar (default state)*/
width: 100%; margin:0; padding:0;}

#smoothmenu1 {position: absolute; top:60px; margin:15px auto 0 30px;}

.ddsmoothmenu #current {background-color:#02AAC4;}
.ddsmoothmenu #blank a{background-color:#3E3E40;}
.ddsmoothmenu #blank a:hover{background-color:#02AAC4;}

.meny1 {width:202px;}
#meny13 li {width:180px;background-color:#699; color:#000;}
#meny13 li a{background-color:#699; color:#000;}
#meny13 li a:hover{background-color:#699; color:#FFF;}

.meny2 { width:172px;}
.meny3 { width:194px;}
.meny4 { }
.meny5 { width:208px;}
.meny5-2 {width:160px;}
.meny6 {width:161px;}
.meny7 { }

/* GRÅ-Orgfärg: 3E3E40, BLÅ-Hover:02AAC4, Submeny:63858F, 669999  */
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
background-color:#3E3E40;
position: relative;
display: inline;
float: left;
margin-right:3px;
}
.ddsmoothmenu ul li a:hover{
background-color:#02AAC4;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:14px;
color:#FFF;
display: block;
background-color: #3E3E40; /*background of menu items (default state)*/
padding: 3px 21px;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu ul li a.selected{ /*första nivån stannar i hoverläge när man för pekaren ner i herakin */
background-color: #02AAC4; 
color: #FFF;
}
.ddsmoothmenu ul li ul a:link, .ddsmoothmenu ul li ul a:visited{
background-color: #02AAC4;/*länkfärg för dropdown listan*/
color: #000;
}
.ddsmoothmenu ul li ul a:hover{
background-color: #02AAC4; /*hover för dropdown listan*/
color: #FFF;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
background-color: transparent;
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
background-color: #699;
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}
/* Sub level menu links style (Alex: färgen på dropdownmenyn som rullar ner... jag har tagit bort bgfärg och textfärg)*/
.ddsmoothmenu ul li ul li ul a:link{
background-color: #699;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:14px;
padding-top:5px 3px 5px 20px;
margin:0;
text-decoration: none;
}
.ddsmoothmenu ul li ul li ul a:hover{
background-color: #699;
color:#FFF;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background-color: #000;
}
/*.toplevelshadow{
opacity: 0.8;
} //*shadow opacity. Doesn't work in IE */

