.chromestyle{
	width: 500px;
	font-weight: normal;
	font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background: url(bt2.gif) center center no-repeat;
	margin: 0;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.chromestyle ul li{	display: inline;}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 5px;
	*padding: 4px 15px;
	_padding: 4px 15px;
	margin: 0px;
	text-decoration: none;
}
.chromestyle ul li a:hover{
	color:#fff; /*THEME CHANGE HERE*/
	/*background-image: url(../images/bt.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
	text-decoration: none;
	background-color:#c7000a;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #F0F0F0;
	width: 100px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	text-align: left;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding:2px 0 2px 3px;
	*padding: 2px 0 2px 10px;
	text-decoration: none;
	color: #666666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #c7000a;
	color: #fff;
	text-decoration: none;
}
