.chromestyle{
width: 100%;
background-color:#000000;
font-size:14pt;
overflow:hidden;
width:868px;
margin:0 auto;
text-align:center;
padding:3px 0;
}

.chromestyle ul{
width: 100%;
padding:0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	background-image:url(../images/y_arrow.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 30px 0 20px;
	color:#EDD890;
	text-decoration:none;
	margin:0 0 0 10px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#FFFFFF;
text-decoration:underline;
background-image:url(../images/arrow.jpg);}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
z-index:100;
background-color: #000;
width:auto;
visibility: hidden;
padding:0 0 3px 10px;
font-size:14pt;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
text-decoration: none;
color: #EDD890;
float:left;
background-image:url(../images/y_arrow.jpg);
background-repeat:no-repeat;
background-position:left;
padding:0 30px 0 20px;
}

* html .dropmenudiv a{ /*IE only hack*/
width:auto;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#FFFFFF;
	text-decoration:underline;
	background-image:url(../images/arrow.jpg);
}
