.chromestyle{
width: 1000px;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 

visibility: hidden;
}

.chromestyle ul{
width: 1000px;
background: url('/chrometheme/chromebg.gif') center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0px 4px 0px;
margin: 0;
font: normal 12px Verdana;
text-align: left !important; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url('/chrometheme/chromebg8-over.gif') center center repeat-x; /*THEME CHANGE HERE*/
}
.chromestyle ul li.nav_logo a:hover, .chromestyle ul li.nav_logo a.selected {
background: none;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
opacity:0.9;
filter:alpha(opacity=90);
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font:normal 11px Verdana;
line-height:40px;
z-index:100;
background-color: white;
width: auto;
text-align: left;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
opacity:0.9;
filter:alpha(opacity=90);
display: inline;
text-indent: 8px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 15px 0px 15px 0px;
margin: 15px 15px 0px 0px;
text-decoration: none;
font-weight: bold;
color: black;
}
.dropmenudiv a:hover {
background: url('/chrometheme/chromebg8-over.gif') center center repeat-x;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
opacity:1.0;
filter:alpha(opacity=100);

}
