.chromestyle{
	width: 876px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

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

.chromestyle ul{
	width: 876px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #adadad;
	height: 30px;
	position: relative;
}

.chromestyle ul li{
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 11px;
	float: left;
}

.chromestyle ul li a{
color: #494949;
text-decoration: none;
	border-right: 1px solid #adadad;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 30px;
	font-size: 11px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	display: block;
	margin: 0;
	height: 30px;
	padding-top: 0;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	background: #b8b8b8 repeat-x center center;
	color: #fff;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 11px/22px Verdana;
z-index: 1000;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border-top-width: 1px;
	border-top-style: solid;
	padding: 0;
	text-indent: 5px;
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 4px;
text-decoration: none;
font-weight: normal;
color: #626262;
	font-style: normal;
}

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

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