.chromestyle{
width:auto;
}

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

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 13px 0px 13px 0px;
// padding: 13px 0px 17px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
font:normal 14px Arial, Helvetica, sans-serif;
/*background: url(spacerightmenu.jpg) center right no-repeat ;*/
padding-top:10px; padding-bottom:10px;
}

.chromestyle ul li a{
color:#fff;
padding: 13px 14px 17px 14px;
// padding: 13px 14px 16px 15px;
margin: 0px;
font-weight:normal;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
	font-weight:normal;
	/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
	background:url(bgrhover.gif) top center repeat-x;
	color:#fff;
	text-decoration:none;
}

.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	font-weight:normal;
	background:url(bgrhover.gif) top center repeat-x;
	/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
	color:#fff;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #333; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
background:#fff url(bgrMenudrop.gif) repeat-x top left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 0px solid #eee; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight: normal;
color: #333;
}

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

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

.submenu {
	padding-left:5px;
	}
