.chromestyle{
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul#menu{list-style:none;margin:0px;padding:0px 10px;height:28px;line-height:28px;}
.chromestyle ul#menu li{display:inline;padding:4px 0;}
.chromestyle ul#menu li a{padding:4px 10px;color:#d9d3d3;}
.chromestyle ul#menu li.separator{width:2px;background:url(../images/menu-span.jpg) no-repeat;padding:2px 0px;overflow:hidden;margin:0;}
.chromestyle ul#menu li a:hover,.chromestyle ul#menu li a.selected{background:url(../images/menu-hover.jpg) center center repeat-x;}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #444; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:14px;
z-index:100;
background-color: #000;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #444; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#555;
color:#FFF;
}
.dropmenudiv div{
background-color:#333;
color:#CCC;
}

<!--
.dropmenudiv {opacity: 0.60;}
.dropmenudiv a:hover, .dropmenudiv div{opacity: 1;}
-->
<!--[if lte IE 7]>
.dropmenudiv {filter: alpha(opacity=60); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);}
.dropmenudiv a:hover, .dropmenudiv div{filter: alpha(opacity=100); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);}
<![endif]-->
