.chromestyle{
width: 99%; 
font-weight: bold;
font: Verdana;
font-size:11px;
}

.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; /* 1px solid #BBB;*/
width: 100%;
background: url(center.gif) center center repeat-x; /*THEME CHANGE HERE*/
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: #474747;
padding: 4px 7px;
padding-left:19px;
padding-right:19px;
margin: 0;
text-decoration: none;
border-right: 1px solid #D8D8D8;
}

.chromestyle ul li a:visited{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #474747;
padding: 4px 7px;
padding-left:19px;
padding-right:19px;
margin: 0;
text-decoration: none;
border-right: 1px solid #D8D8D8;
}

.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(hover.gif) center center repeat-x; /*THEME CHANGE HERE*/

color: #474747;
padding: 4px 7px;
padding-left:19px;
padding-right:19px;
margin: 0;
text-decoration: none;
border-right: 1px solid #D8D8D8;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #7f7f7f;
border-bottom-width: 1px;
font:Verdana;
font-size:11px;
font-weight: normal;
line-height:18px;
z-index:100;
background-color: #f0f0f0; 
width: 150px;
text-indent: 20px;
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 #cccccc; /*THEME CHANGE HERE*/
background: url(menu_arrow1.png) no-repeat center left; 
padding: 2px 0;
text-decoration: none;
font:Verdana;
font-size:11px;
font-weight: normal;
text-indent: 20px;
color: #474747;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cccccc; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font:Verdana;
font-size:11px;
font-weight: normal;
text-indent: 20px;
color: #474747;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #7f7f7f; /*#F0F0F0;*/
color:#FFFFFF;
text-decoration: none;
border-bottom: 1px solid #cccccc; /*THEME CHANGE HERE*/
}