.chromestyle{
width:850px;
	height:38px;
	margin-top:13px;
	margin-left:145px;
	background-image:url(images/me1.png);
}




chrome{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	float:right;
	margin-top:0px;
	width:850px;
	margin-top: 10px;}
	
	

.chrome ul{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	float:right;
	margin-top:0px;
	width:850px;
	margin-top: 10px;
	margin-left:25px;
	
	
	
}

.chrome ul li{
display: inline;


}

.chrome ul li a{
color: #FFFFFF;
margin: 0;
padding:0 14px;
text-decoration: none;
}

.chrome ul li a:hover, .chrome 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; 
color:#a42f1a;/*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
border-top:white 1px;
font:normal 12px Verdana ;
line-height:18px;
z-index:100;
background-color:#9D9483;
width: 120px;
visibility: hidden;
margin-top:12px;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:white;
}

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

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