.chromestyle{
width: 99%;


}

.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 #BBB;
width: 100%;
color: #0000cc;
padding: 1px 1px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-weight: bold;
color: #0000cc;
font-size: 15px;
FONT-FAMILY: 'helvetica', 'arial', 'verdana', 'sans-serif';
line-height:15px;
padding: 4px 10px;
margin: 0;
text-decoration: none;
border-right: 0px 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: #0000cc; /*THEME CHANGE HERE*/
color: #ffffff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #cccccc; /*THEME CHANGE HERE*/
font-weight: bold;
color: #ffffff;
font-size: 15px;
FONT-FAMILY: 'helvetica', 'arial', 'verdana', 'sans-serif';
line-height:15px;
padding: 4px 4px;
background-color: #efefef;
z-index:100;
text-align: left; 
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-top: 0px solid #000000; /*THEME CHANGE HERE*/
border-bottom: 1px solid #efefef; /
line-height:15px;
padding: 4px 4px;
text-decoration: none;
font-weight: bold;
color: #0000cc;
background-color: #E4E4E4;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0000cc;
color: #ffffff;}
