.chromestyle{
width: 1024px;
font-weight: normal;
font-family:Arial;
font-size:11pt;
float:left;

color:Gray;



}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(top_nav2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a
{
color: Black;
padding: 4px 4px;
margin: 0;
text-decoration: none;
}

.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(top_nav2.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 10pt Verdana;

line-height:25px;
z-index:100;
background-color: #cfd0d1 ;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid White; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;

color: Black;
text-align:left;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #026253;
color: White;

}
