.chromestyle{
	position:absolute;
	display:block;
	margin-top:314px;
	left:50%;
	width:440px;
	height:20px;
	margin-left:-465px;
	background-color: #08395a;
	border-top: 1px solid #ffffff;
	z-index:9;
}

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

.chromestyle ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}

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

.chromestyle ul li a{
	font: 11px Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	background-color: #08395a;
	border-right: 1px solid #ffffff;
	width: 125px;
	padding: 3px 10px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}

.chromestyle ul li a.long {
	font: 11px Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	background-color: #08395a;
	border-right: 1px solid #ffffff;
	width: 127px;
	padding: 3px 10px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
	background-color: #021b2c;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: 11px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: ffffff;
width: 140px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #000000;
background-color: #cacfd2;
text-align: left;
}

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

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