.chromestyle{
	margin:0;
	text-align:center;
	padding:0;
	list-style-type:none;
	width:900px;
	line-height:12px;
	display:block;
	height:36px;
	font-size:12px;
	font-weight:bold;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

.chromestyle ul{
width: 100%;
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{display:block;float:left;margin:0;pading:0;}

.chromestyle ul li a{
	display:block;
	float:left;
	color:#FAFFE8;
	text-decoration:none;
	height:24px;
	background:transparent url("images/bgDIVIDER.gif") no-repeat top right;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

.chromestyle ul li a:hover{
	background-color: transparent;
	color:#FFFF00;
	background-image: url(images/bgHOVER.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:800;
background-color: white;
width: 140px;
visibility: hidden;
background-color:#f0f0f0;
margin-top:8px;
text-align:left;
}


.dropmenudiv a{
	padding-bottom:3px;
	padding-top:3px;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding-right: 0;
	padding-left: 0;
}

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

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

