.chromestyle{
width: 864px;
font-weight: bold;
padding: 0;
margin: 0;
background: url(menu_bg.gif) center center repeat-x;
height: 53px;
}



.chromestyle ul{

width: 864px;
padding: 19px 13px 19px 14px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{

padding: 19px 13px 20px 14px;
margin: 0;
color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
background: url(menu_bg.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(menu_bt_bg_on.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;

border: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
color: #fcdea1;
padding: 0 17px;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	background-color: #4f8a10;
	background-image: none;
	white-space: nowrap;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #855d2a;
background-color: #fbe9c4;
}
