.chromestyle{
	width:971px;
	float:right;
}
.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%;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
width:auto;
	float:left;
}

.chromestyle ul li a{
	width:auto;
	float:left;
	padding:5px 10px 4px 10px;
	height:auto;
	margin:0px 6px 0px 0px;
 font-family: 'Times New Roman','serif';
	font-size:16px;
	color:#050505;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#FFFFFF;
	font-size:16px;
	background-color:#d11d16;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font-size:16px;
	  font-family: 'Times New Roman','serif';
	line-height:18px;
	z-index:99999;
	background-color: #d11d16;
	width: 196px;
	visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	padding: 5px 15px;
	text-decoration: none;
	color:#FFFFFF;
}

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

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