.chromestyle{
width: 99%;
font-weight: bold;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
text-align: left;
/*background: url(chromebg2.gif) center center repeat-x; THEME CHANGE HERE*/

margin: 0;
/*text-align: right; set value to "left", "center", or "right"*/
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;

}

.chromestyle ul li{
display: inline;
float: left;
margin: 0 0em;
margin-right: 0em;
padding: 0em;/**/
display: inline;
}

.chromestyle ul li a{
margin-right: 0em;
height: 3.8em;
line-height: 3.8em;
float: left;
width: 9.0em;
display: inline;
/*border: 0.1em solid #dcdce9;
color: #D6D6D6;*/
color: #FFFFFF;
text-decoration: none;
text-align: center;
/*background: url(/images/knapp_pil1.gif);
background-repeat: no-repeat;*/
 /*border-right: 1px solid #B5E2FE;THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
/*background: url(chromebg2-over.gif) center center repeat-x; THEME CHANGE HERE
background-color: #B20000;*/
color:#FF4500 !important;
}
.chromestyle ul li a:visited{
color:#FFFFFF !important;
/*background: url(chromebg2-over.gif) center center repeat-x; THEME CHANGE HERE
background-color: #B20000;*/
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v"; */
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-top: 0em;
margin-left: 0em;
/*border: 1px solid #B5E2FE; THEME CHANGE HERE
border-bottom-width: 0;*/

font:normal 10px Verdana;
line-height:18px;
z-index:100;

background: url(/images/meny-bg.gif);
background-repeat: no-repeat;
background-position: bottom !important;
width: 86px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 86px;
display: block;
text-indent: 0px;
/*border-bottom: 1px solid #DC894D; THEME CHANGE HERE*/
padding: 0px;
text-decoration: none;
font-weight: normal;
font-family: Verdana; font-size: 9px;
color: #FFFFFF !important;
text-align: center;
}

.dropmenudiv  a:hover{ /*THEME CHANGE HERE*/
/*background-color: #B20000;*/
color: #E37222 !important;
}
