.chromestyle{
	font-weight: bold;
	margin-top: -42px;
	width: 665px;
	margin-left: 241px;
	float: left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	padding: 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: 90%;
	list-style-type: none;
}

.chromestyle ul li{
	display:block;
	float:left;
	width:166px;
	text-align:left;
}

.chromestyle ul li a{
	text-decoration: none;
	color:#b00826;
	display:block;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #b3b3b3;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #b00826;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	z-index:100;
	background-color: #FFF;
	width: 166px;
	visibility: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 90%;
	margin: 0px;
	padding: 0px;
}


.dropmenudiv a{
	width: 162px;
	width: auto;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: black;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 9px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #B00826;
	padding-left: 3px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #B00826;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

