.chromestyle{
height:31px;
font-weight: bold;
}
	*html .chromestyle{
		float:right;
	}

.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;
background: url(chromebg4.gif) center center repeat-x; THEME CHANGE HERE
background-color:#333;*/
padding:0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
line-height:31px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	float:left;
	display:block;
color:#000;
padding: 0px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #bababa; /*THEME CHANGE HERE*/
background:url(../images/top-menu-bg.png) repeat-x;
}
	*html .chromestyle ul li.downselect a{
		padding-top:8px;
		padding-bottom:8px;
	}

.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(../images/top-menu-hover.png) center center repeat-x; /*THEME CHANGE HERE*/
color:#FFF;
}
.chromestyle ul li.first a{
	background:url(../images/top-menu-bg-left.png) no-repeat;
	padding-left:13px;
}
.chromestyle ul li.first a:hover, chromestyle ul li.first a.selected{
	background:url(../images/top-menu-bg-left-hover.gif) no-repeat;
	padding-left:13px;
}
.chromestyle ul li.last a{
	background:url(../images/top-menu-bg-right.png) no-repeat right;
	padding-right:13px;
	border-right:none;
}
.chromestyle ul li.last a:hover, chromestyle ul li.last a.selected{
	background:url(../images/top-menu-bg-right-hover.gif) no-repeat right;
	padding-right:13px;
	border-right:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #6f6f6f; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:800;
background-color: #929292;
width: 280px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #6f6f6f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #6f6f6f;
color:#FFF;
}