.chromestyle{
width: 99%;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
margin: 0;
text-align: left; 
padding:0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0;
font:normal 12px Arial;
line-height: 14px;
z-index:100;
background-color: transparent;
width: 210px;
visibility: hidden;
margin-top: -9px;
margin-left: -4px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0;
padding: 4px 0 2px 20px;
margin: 0 6px;
text-decoration: none;
font-weight: normal;
color: #000000;
background: #b1c200;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #b1c200 url('/images/meny_prick.gif') 9px 6px no-repeat;
}


/* RUNDADE HÖRN */

.dropmenudiv .roundtop, .dropmenudiv .roundbottom {
	background: transparent;
}						   

.dropmenudiv .t1{margin: 0 12px 0 0px; height: 1px; overflow: hidden; background: #6f7900;}
.dropmenudiv .t2{margin: 0 10px 0 2px; height: 1px; overflow: hidden; background: #7b8700;}
.dropmenudiv .t3{margin: 0 9px 0 3px; height: 1px; overflow: hidden; background: #879300;}
.dropmenudiv .t4{margin: 0 8px 0 4px; height: 1px; overflow: hidden; background: #8f9d00;}
.dropmenudiv .t5{margin: 0 7px 0 5px; height: 1px; overflow: hidden; background: #98a600;}
.dropmenudiv .t6{margin: 0 7px 0 5px; height: 1px; overflow: hidden; background: #a1af00;}
.dropmenudiv .t7{margin: 0 6px 0 6px; height: 1px; overflow: hidden; background: #a8b800;}
.dropmenudiv .t8{margin: 0 6px 0 6px; height: 1px; overflow: hidden; background: #acbc00;}
.dropmenudiv .t9{margin: 0 6px 0 6px; height: 1px; overflow: hidden; background: #acbf00;}
.dropmenudiv .t10{margin: 0 6px 0 6px; height: 1px; overflow: hidden; background: #b1c200;}

.dropmenudiv .b1{margin: 0 11px; height: 1px; overflow: hidden; background: #b1c200;}
.dropmenudiv .b2{margin: 0 9px; height: 1px; overflow: hidden; background: #b1c200;}
.dropmenudiv .b3{margin: 0 8px; height: 1px; overflow: hidden; background: #b1c200;}
.dropmenudiv .b4{margin: 0 7px; height: 2px; overflow: hidden; background: #b1c200;}