.chromestyle{
width: 1001px;
font-weight: bold;
}

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

.chromestyle ul{
width: 1001px;
background: url(/menu/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
font:normal 12px Verdana;
font-weight:bold;
}

.chromestyle ul li a:hover{
	background-image: url(/images/menu_top/topmenuhover.png);
	background-repeat: repeat-x;
	color: #990000;
}




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

.dropmenudiv{
	position:absolute;
	top: -500px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	text-align:right;
}


.dropmenudiv a{
width: auto;
display: inline;
text-align:right;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
padding-left: 10px;
padding-right: 10px;

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-image: url(/images/menu_top/topmenuhover.png);
	background-repeat: repeat-x;
	color: #990000;
}

