.chromestyle{
	width: 950px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #990033;
	width: 100%;
	background: url(chromebg.gif) center center repeat-x;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #800000;
	margin: 0;
	text-decoration: none;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990033;
	font-size: 16px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(chromebg-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 4px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #990033; /*THEME CHANGE HERE E8BEBE*/
border-bottom-width: 1;
font:normal 16px Tahoma;
line-height:18px;
z-index:100;
background-color: #fff;
width: 210px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=8); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	/*border: 1px solid #990033; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #990033;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #990033;
color: #fff;
}
