.chromestyle{
width: 995px;
font-weight:normal;
font:arial;
font-family:arial;
font-size:14px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
background-color:#00122a;
}

.chromestyle ul{
width: 100%;/*THEME CHANGE HERE*/
padding: 22px 0px 22px 0px;
margin: 0;
text-align: left;
/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#333333;
padding: 22px 24px 23px 24px;
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*/

color:#FFFFFF;
background-image:url(../images/menu_rep.jpg);
text-decoration:none;
border-bottom:none;
/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 12px arial;
line-height:18px;
z-index:10000;
background-color:#3caee4;
color:#000000;
width:auto;
visibility: hidden;
text-decoration:none;
}


.dropmenudiv a{
width:auto;
display: block;
text-indent: 3px;
padding: 8px 10px 8px 10px;
text-decoration: none;
font:normal 12px arial;
background-color:#c6d7eb;
color:#000000;
text-decoration:none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: auto;
background-image:url(../images/menu_rep.jpg);
color:#000000;
text-decoration:none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
background-color:#288fc0;
text-decoration:none;
}