.chromestyle{
/*background: url(/img/bt_off.jpg) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

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

.chromestyle ul{
width: 615px;
padding: 0;
margin: 17px 0 4px 20px;
list-style-type	: none;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display			: inline;
}

.chromestyle ul li a{
padding			: 0 8px 0 8px;
	font-size		: 14px;
	font-weight		: bold;
	color			: #692139;
	text-decoration	: none;
	border-right	: 1px solid #692139;
}

.chromestyle ul li.no_line a,
.chromestyle ul li.no_line{
border			: 0;
}


.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: -30px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:22px;
z-index:999;
background-color: #BDBDBD;
width: 150px;
visibility: hidden;
font-size: 8pt;
}


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

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

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