.chromestyle{
background-image:url(chromebg.gif);
background-position:center top;
background-repeat:repeat-x;
border-bottom:3px solid #B60000;
font-family:Verdana,Geneva,sans-serif;
font-size:12px;
font-weight:bold;
height:43px;
}

html>body .chromestyle{width:942px; float:left;}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #BBB;
	width: 942px;
	margin: 0;
	text-align: center;
	padding:13px 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #D7DBD8;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
	padding:14px 18px;
}

.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(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/ color: #ffffff; background-color:#b60000; }

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

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBB;
	border-right-color: #8F8F8F;
	border-bottom-color: #BBB;
	border-left-color: #8F8F8F;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}


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

