.chromestyle{
	width: 100%;
	z-index: 1000;/*font-weight: bold;*/
}

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

.chromestyle ul{
	/*border: 1px solid #BBB;*/
	
	width: 100%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index:1000;
}

.chromestyle ul li{
	display: block;
	float:left;
	text-align: left;
	z-index:1000;
	white-space: nowrap;
}

.chromestyle ul li a{
	height:17px;
	display: block;
	width: 98px;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	/*border-right: 1px solid #DADADA;*/
font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	z-index:1000;
}

.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-over.gif) center center repeat-x; *//*THEME CHANGE HERE*/
background-color: #000000;
	color: #009900;
	
	z-index:1000;
}

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

.dropmenudiv{
	text-align: left; /*set value to "left", "center", or "right"*/
	position:absolute;
	top: 0px; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:25px;
	z-index:1000;
	background-color: white;
	width: 96px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: -2px;
}


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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #009900;
color: ffffff;
z-index:1000;
}