.chromestyle{

width: 938px;

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: 938px;

background: url(chromebg.gif)repeat-x; /*THEME CHANGE HERE*/

padding: 15px 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: 15px;

margin: 0;

text-decoration: none;

font-weight: bold;

font-family: arial,verdana, sans-serif;

font-size: 13px;

text-transform:uppercase;

background-image: url(../images/divider.gif);

background-repeat: no-repeat;

background-position: right center;

}



.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: #000;/*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:9990;

background-color: #8f1010;

width: 182px;

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: 13px;

text-transform:uppercase;

color: #ffffff;

}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: #7e0a0a;

}

#dropmenu1 { z-index: 9999; }