.chromestyle {
width: 940px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: normal;
font-weight: 800;
color: #ffffff;
line-height: 100%;
}

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

.chromestyle ul {
border: 2px solid #ffffff;
width: 100%;
background: #9d2f27; /*THEME CHANGE HERE*/
padding: 5px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
display: inline;
padding-left: 10px;
padding-right: 0px;
}

.chromestyle ul li a {
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 2px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
background: #e1ce97; /*THEME CHANGE HERE*/
color: #9d2f27;
}


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

.dropmenudiv {
position:absolute;
margin-top: 5px;
border: 2px solid #9d2f27; /*THEME CHANGE HERE*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: normal;
font-weight: 800;
line-height: 100%;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a {
width: auto;
display: block;
text-indent: 5px;
border-bottom: 2px solid #ffffff; /*THEME CHANGE HERE*/
padding: 5px 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: normal;
font-weight: 800;
text-decoration: none;
color: #9d2f27;
line-height: 100%;
}

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

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


/* ######### Style for Bottom Navigation Elements ######### */

.bottomnav {
	background: #000000;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	width:330px;
	height:20px;
	text-align:center;
	padding-top:9px;
	padding-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: 800;
	color: #ffffff;
	line-height: 100%;
}

.bottomnav1 {
	background: #000000;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	width:190px;
	height:20px;
	text-align:center;
	padding-top:3px;
	padding-bottom: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: 800;
	color: #ffffff;
	line-height: 100%;
}

.bottomnav1 a {
color: #ffffff;
text-decoration: none;
}

.bottomnav1 a:hover {
	color: #000000;
	background: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.bottomnav2 {
	background: #000000;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	width:430px;
	height:20px;
	padding-top:3px;
	padding-bottom: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: 800;
	color: #ffffff;
	line-height: 100%;
}

.bottomnav2 a {
color: #ffffff;
text-decoration: none;
}

.bottomnav2 a:hover {
color: #000000;
background: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
