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

.chromestyle:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.chromestyle .down{
	background:url(down.gif) center no-repeat; 
}
.chromestyle ul{

width: 100%;
padding: 4px 0;
margin: 0px;
text-align: center;
}

.chromestyle ul li{
display: inline;
margin:0px;
}

.chromestyle ul li a{
color: #FFF;
padding: 4px 20px 3px 20px;
margin: 0px;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
color:#FF0;
}


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


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#336;
color:#FF0;
}
.dropmenudiv div{
background-color:#555;
color:#CCC;
}

<!--
.dropmenudiv {opacity: 0.85;}
.dropmenudiv a:hover, .dropmenudiv div{opacity: 1;}
-->
<!--[if lte IE 7]>
.dropmenudiv {filter: alpha(opacity=85); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);}
.dropmenudiv a:hover, .dropmenudiv div{filter: alpha(opacity=100); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);}
<![endif]-->

