.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;
	font-family: Tahoma, Verdana, Arial;
	color: #fff;
	font-weight: bold;
	padding: 8px 15px;
	margin: 0;
	margin-right: -4px;
	line-height: 17px;
	height: 17px;
	width:auto;
	text-decoration: none;
	border-right: 2px solid #fff;
	font-size: 10px;
	display: inline-block;*/
	
	
    background: url("mainlink-bg.jpg") repeat-x scroll center center transparent;
    border-right: 2px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    font-family: Tahoma,Verdana,Arial;
    font-size: 10px;
    font-weight: bold;
    height: 5px;
    line-height: 17px;
    margin: 0 -4px 0 0;
    padding: 3px 9px 13px;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
}
.chromestyle ul li.last a{
	background: url(mainlink2.jpg) right center no-repeat;
	font-family: Tahoma, Verdana, Arial;
	color: #fff;
	font-weight: bold;
	padding: 8px 0px;
	margin: 0;
	margin-right: -4px;
	line-height: 17px;
	height: 17px;
	text-decoration: none;
	width:auto;
	border-right: none;
	font-size: 10px;
	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 Tahoma, Verdana, Arial;
line-height:18px;
z-index:100;
background-color: #0A4B29; /*#eff8ff;*/
width: auto;
visibility: hidden;
}


.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 7px;
	text-decoration: none;
	/*color: #657d95;*/
	color:#DBFDE7;
	border-bottom:1px dashed green;
}

* html .dropmenudiv a{ /*IE only hack*/
width: auto;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #0C4F95;
}

