.chromestyle{
width:100%;
float:left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding:0;
margin: 0;
}

.chromestyle ul li{
	float:left;
	background:url(../images/menu-border.png) no-repeat left top;
	padding:0 2px;
	margin:0;
	text-align:center;
}

.chromestyle ul li a{
color: #494949;
padding:0;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:none; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
width:auto;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
background:url(../images/dropdown-normal.png) repeat-x;
padding:8px 25px 8px 5px;
text-decoration: none;
font-weight: bold;
text-align:left;
color:#000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:url(../images/dropdown-hover.png) repeat-x;
padding:8px 25px 8px 5px;
color:#fff;
}