.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #000000;
width: 100%;
/*background: url(../scr/chrometheme/chromebg.gif) center center repeat-x; */
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
/*padding: 4px 7px;*/
padding-left: 16px;
padding-right: 16px;
padding-bottom: 14px;
padding-top: 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
font-size:11px;
font-family: Tahoma, Verdana, Arial, Helvetica;
line-height:24px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color:#4a413d;
/*background: url(../scr/chrometheme/chromebg-over.gif) center center repeat-x; */
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{-moz-opacity:.88; filter:alpha(opacity=88); opacity:.88;
position:absolute;
top: 0;
/*border: 1px solid #4a413d;*/
border-bottom-width: 0;
font:normal 11px Tahoma, Verdana, Arial, Helvetica;
text-align:left;
line-height:18px;
z-index:100;
/*width: 200px;*/
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 4px;
/*border-bottom: 1px solid #BBB; */
padding: 4px 0;
/*padding-top: 4px;
padding-bottom: 4px:
padding-left: 2px;
padding-right: 2px;*/
text-decoration: none;
background-color: #4a413d;
margin-bottom: 1px;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color: black;
text-decoration: none;
}