.chromestyle {
	width: 99%;
	font-weight: bold;
}

.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: #9E1B34;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
	display: inline;
	padding: 0px 7px 0px 7px;
	margin: 0px 0px 0px 0px;
}

.chromestyle ul li a {
	color: #FFFFCC;
	padding: 0px 18px;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	font-weight: bold;
	height: 24px;
	text-decoration: none;
}

.chromestyle ul li a:hover {
	color: #FFFFFF;
}


/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position: absolute;
	top: 0;
	border: 1px solid #FFFFCC; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-size: 10pt;
	font-weight: bold;
	line-height: 26px;
	z-index: 100;
	background-color: #9E1B34;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a {
	width: auto;
	display: block;
	border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #000000;
}