.chromestyle{
	width: 996px; 
	font:19px Verdana, Arial, Helvetica, sans-serif;
	color:#990000; font-weight:bold;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
	width: 950px;
		margin: 0px 10px 0px 0px;
	text-align: right;
}
.chromestyle ul li{
display: inline;
}
.chromestyle ul li a{
padding: 0px 6px 4px 6px;
margin: 0;
color: #A42D57;
text-decoration: none;
}
.chromestyle ul li a:hover{
background-color:#EFE8A2
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
 /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana, Arial, Helvetica, sans-serif;
line-height:13px;
z-index:100;
background-color: #FFF4D4;
width: 120px;
visibility: hidden;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*THEME CHANGE HERE*/
padding: 2px 0px 2px 0px;
text-decoration: none;
font-weight: normal;
color: #990000;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EFE8A2;
}
