
.chromestyle{
	width: 100%;
	font-weight: normal;	
	font-family: Helvetica, Arial, Geneva, sans-serif;	
}

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

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

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #000000;
	margin: 0;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

.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(chromebg.gif) center center repeat-x; *//*THEME CHANGE HERE*//* border-top: 1px solid #000; */
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid black;
	font: normal 13px/18px Helvetica, Arial, Geneva, sans-serif;
	z-index:100;
	background-color: #fff;
	width: 200px;
	visibility: hidden;
	margin-left: 50px;
	border-top: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #000;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

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

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