.chromestyle{
width: 99%;
font-weight: bold;
height:19px;
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{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
height:19px;
}

.chromestyle ul li{
margin:0px 5px;
display: inline;
height:19px;
padding:5px 0;
}



.chromestyle ul li a{
background: url('../images/navbg_l.gif') left no-repeat; /*THEME CHANGE HERE*/
color: #494949;
padding: 8px 0px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a span {
background: url('../images/navbg_r.gif') right no-repeat; /*THEME CHANGE HERE*/
padding: 12px 8px;
}

.chromestyle ul li a:hover{
background: url('../images/navbg_l_over.gif')  left no-repeat; /*THEME CHANGE HERE*/
color: #880639;
padding: 8px 0px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover span {
background: url('../images/navbg_r_over.gif') right no-repeat; /*THEME CHANGE HERE*/
padding: 12px 8px;
}



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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #f4da00; /*THEME CHANGE HERE*/
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #003399;
width: 220px;
visibility: hidden;
}

.div_line{
	background: url('../images/nav_menus.gif') bottom center no-repeat;
}

.dropmenudiv a{
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFF;
}

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