.chromestyle{
	position:absolute;
	left:50%;
	top:0px;
	margin: 0px;
	margin-left:-477px;
	padding-top:35px;
	width:955px;
	text-align:right;
	z-index:25;
}



.chromestyle ul{ 
float:right;
width: 683px;
margin: 0px;
margin-right:15px;
}

.chromestyle ul li{
display: inline;
margin: 0px;
}

.chromestyle ul li a{
color: #494949;
margin: 0px;
text-decoration: none;

}

.chromestyle ul li a:hover{

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: "";
content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
left:0px;
width:210px;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:10px;
text-align:left;
line-height:12px;
padding-top:1px;
z-index:100;
visibility: hidden;
}


.dropmenudiv a{
width: 210px;
display: block;
text-decoration: none;
color: #ffffff;
background: #9cbb56;
padding:2px 5px 3px 10px;
font-weight:bold;
}

.dropmenudiv a:visited{
	color:#ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 210px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: #86a246;
	text-decoration:none;
}


/*-------------------------------------------------*/




.dropmenudiv2 a{
width:210px;
display: block;
text-decoration: none;
color: #ffffff;
background: url(subnavBG.gif) no-repeat;
padding:2px 5px 3px 10px;

font-weight:bold;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
	background: url(subnavBG2.gif) no-repeat;
}