.chromestyle{
width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
float:left;
margin:0;
padding:0;
width:100%;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a, .chromestyle ul li a:visited {
color:white;
float:left;
padding:14px;
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*/
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/menuback.jpg) repeat-x scroll right bottom;
color:white;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font-size: 11px;
font-family:"Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
line-height:18px;
z-index:100;
background-color: black;
width: 120px;
visibility: hidden;
opacity: .95;
filter: alpha(opacity=95);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";



}


.dropmenudiv a, .dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #111; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
font-weight: bold;
color: white;
margin:5px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333;
}