.chromestyle{
width: 947px;
height: 60px;
background: url(../images/chromebg.gif) repeat-x;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 947px;
height: 60px;
background: url(chromebg.gif)repeat-x; /*THEME CHANGE HERE*/
padding: 21px 6px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 21px 10px;
margin: 0;
text-decoration: none;
font-weight: bold;
font-family: arial,verdana, sans-serif;
font-size: 14px;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
text-decoration: underline; 
color: #fff;/*THEME CHANGE HERE*/
}

#chromemenu ul .contact a {
background-image: none;	
}
	

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #1c2a7f;
width: 230px;
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;
padding: 10px 15px;
margin: 0;
text-decoration: none;
font-weight: bold;
font-family: arial,verdana, sans-serif;
font-size: 14px;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: underline;
background: #132072;
}