.chromestyle{
width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(mainlink-bg.jpg) center center repeat-x; THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	background: url(mainlink-bg.jpg) center center repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 8px 30px;
	margin: 0;
	margin-right: -4px;
	line-height: 17px;
	height: 17px;
	text-decoration: none;
	border-right: 2px solid #fff;
	font-size: 11px;
	display: inline-block;
}
.chromestyle ul li.last a{
	background: url(mainlink2.jpg) right center no-repeat;
	color: #fff;
	font-weight: bold;
	padding: 8px 0px;
	margin: 0;
	margin-right: -4px;
	line-height: 17px;
	height: 17px;
	text-decoration: none;
	border-right: none;
	font-size: 11px;
	display: inline-block;
	width: 98px;
	text-align: center;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(mainlink-bg-hover.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}
.chromestyle ul li.last a:hover, .chromestyle ul li.last a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(mainlink2-hover.jpg) right center no-repeat; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #d6e3ed; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px;
line-height:18px;
z-index:100;
background-color: #eff8ff;
width: auto;
visibility: hidden;
}


.dropmenudiv a
{
	background-color:#0A4B29;
	
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #d6e3ed; /*THEME CHANGE HERE*/
	padding: 2px 7px;
	text-decoration: none;
	font-weight: bold;
	/*color: #657d95;*/
	color:#DBFDE7;
}

* html .dropmenudiv a{ /*IE only hack*/
width: auto;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #fff;
	color: #576B80;
}
