.chromestyle{
font-weight: bold;
font-size: 12px;
width: 99%;
margin-left: 4px;
margin-bottom: 10px;
text-align: center;
}

.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 #ffffff;*/
background: none;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 5px 0;
margin: 0;
}

.chromestyle ul li{
/*background-color: #084189;*/
display: inline;
padding: 4px 0;
}

.chromestyle ul li a{
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
background: url(chromebg_sprite.gif) 0px 0px repeat-x;
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #ffffff;*/
}

.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(chromebg-over.gif) top left repeat-x; /*THEME CHANGE HERE*/
background: url(chromebg_sprite.gif) 0px -26px repeat-x;
}

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

.dropmenudiv{
position:absolute;
top: 0;
/*border-bottom-width: 0;*/
font:normal 11px Verdana;
line-height:20px;
z-index:100;
background: none;
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-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
}