.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 #FFFFFF;
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: 28px;
padding-right: 28px;
padding-bottom: 6px;
padding-top: 6px;
margin: 10;
text-decoration: none;
font-size:11px;
line-height:24px;
font-family: Tahoma, Verdana, Arial, Helvetica;
}

.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:#b1aba7;
/*background: url(../scr/chrometheme/chromebg-over.gif) center center repeat-x; */ color: #4a413d;
}

/* ######### 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: #d5d5d5;
margin-bottom: 1px;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
text-decoration: none;
}
