.chromestyle{
width: 100%;
font-weight: bold;
}


/*
.chromestyle:after{ 
content: "."; 
display: block; 
height: 4; 
clear: both; 
visibility: hidden;
*/


.chromestyle ul{
border: 0;
width: 100%;
height: 32px;
background: url(menybak.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}


/*toppmenyen*/
.chromestyle ul li a{
color: #FFFFFF;
padding: 9px 17px;
margin: 1;
text-decoration: none;
}

/*
.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
*/

.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*/
}


/* ###### Dropdown avdelinger ###### */

.dropmenuavd{
position:absolute;
top: 0;
border: 0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:22px;
z-index:100;
background-color: #333333;
width: 180px;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenuavd a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0; /*THEME CHANGE HERE*/
padding: 2px 15;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenuavd a{ /*IE only hack*/
width: 100%;
}

.dropmenuavd a:hover{ /*THEME CHANGE HERE*/
background-color: black;
}


/* ###### Dropdown produkter ###### */

.dropmenupro{
position:absolute;
top: 0;
border: 0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:22px;
z-index:100;
background-color: #333333;
width: 340px;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenupro a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0; /*THEME CHANGE HERE*/
padding: 2px 15;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenupro a{ /*IE only hack*/
width: 100%;
}

.dropmenupro a:hover{ /*THEME CHANGE HERE*/
background-color: black;
}