﻿.chromestyle{
	border-style: solid none solid none;
	border-width: 4px;
	border-color: #8B0000;
	width: 890px;
	margin-left: 10px;
	position: inherit;
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: left;
	float: left;
	vertical-align: top;
	z-index: inherit;
	line-height: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: none;
	width: 100%; <!--;
/*	background: url('chromebg5.gif') repeat-x center center;*/
--> /*THEME CHANGE HERE*/	padding: 4px 0;
	margin: 0px;
	text-align: center;
	font: bold small Arial, Helvetica, Verdana, sans-serif;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #800000;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
/*	border-right: 3px solid #E8BEBE;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.chromestyle ul li a:hover{
	/*background: url(chromebg5-over.gif) center center repeat-x; */
	background-color: maroon;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	border: 1px solid white;
/*THEME CHANGE HERE*/	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: maroon;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	color: #FFFFFF;
	margin-left:0px;
	margin-right:0px;
	float:left;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border: 1px solid #E8BEBE;
/*THEME CHANGE HERE*/	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
}
.dropmenudiv a:hover{
	/*THEME CHANGE HERE*/
background-color: #CC3300;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

