.chromestyle{
width: 830px;
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
font-size:12px;
background-color:#370097;
}

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

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(/images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
color:#ffcc33;";
font-weight:bold;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffcc33;
padding: 4px 7px;
margin: 0;
text-decoration: none;
font-weight:bold;
/*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(/images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
background-color: #ffcc33;
color:darkblue;

}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Verdana, Geneva, sans-serif;
font-size:11px ;
line-height:18px;
z-index:1;
background-color: #370097;
width: auto;
visibility: hidden;
border-bottom-left-radius:15px; 
border-bottom-right-radius:15px;
-webkit-border-bottom-left-radius:15px;
-webkit-border-bottom-right-radius:15px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
text-align:center;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 5px;
text-decoration: none;
font-weight: normal;
color: #ffcc33;
font-weight:bold;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffcc33;
color:#250055;
text-transform:uppercase;
}
