.chromestyle{ width:650px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(/images/framework/selectAstate2_bg.gif) repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}
.chromestyle ul li{background-image:url(../images/line_menu.jpg); background-repeat:no-repeat; background-position:right;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a{font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
color: #ffffff;
padding: 10px 22px 10px 22px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
background: url(/images/framework/selectAstate3_bg.gif) repeat-x; /*THEME CHANGE HERE*/
font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize; color:#FF3300;
}




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

.dropmenudiv{
	position:absolute;
	top:0;
	border-bottom-width: 0;
	z-index:100;
	background-color: #6c6c6c;
	width: 200px;
	visibility: hidden;


}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize; color:#ffffff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #c21510;
font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize; color:#FFFF66;
}
.cells td {
	border:solid 1px #d8d8d8;
	padding:7px;
	}