.chromestyle{
width: 100%;
/*font-weight: bold;*/
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
}

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

.chromestyle ul{
background-color:#242424;
/* background-image:url(myBGis.gif); */
background-repeat:repeat-x;
border: 0px solid #BBB;
width: 100%;
/* background: url(mybg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 1px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
line-height:41px;
}



.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 1px 8px;
margin: 0;
text-decoration: none;
border-right: 1px solid #FFFFFF;
background-position:top;
line-height:20px;
}

.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(mybg_over.gif) center center repeat-x; /*THEME CHANGE HERE*/ 
color: #CCC;
padding: 1px 8px;
margin: 0;
text-decoration: none;
border-right: 1px solid #FFFFFF;
background-position:top;

line-height:20px;
}



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



.dropmenudiv{

position:absolute;

top: 0;

border: 1px solid #00CCFF; /*THEME CHANGE HERE*/

border-bottom-width: 0;

font:normal 11px Verdana;

line-height:25px;

z-index:9000000;

background-color: #0fa1e0;

width: 250px;

visibility: hidden;

}





.dropmenudiv a{

width: auto;

display: block;

text-indent: 5px;

border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/

padding: 2px 0;

text-decoration: none;

color: #FFFFFF;

}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: #0c7fb0;

}