.chromestyle{
width: 960px;
	margin-right: 0;
	margin-left: 30px;
	margin-top: 11px;
}

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

.chromestyle ul{
padding: 8px 0 4px;
text-align: left;
	background: url(bg_nav.jpg) repeat-x;
	height: 36px;
	margin: 0;
	width: 960px;
	float: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
margin: -7px 0 0;
text-decoration: none;
border-right: 1px solid #43966f;
	color: #fff;
	float: left;
	font: 13px Arial, Helvetica;
	height: 22px;
	padding: 10px 12px 4px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{

	margin-right: 0;
	margin-left: 0;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
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;
font-weight: bold;
color: black;
}

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

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