.chromestyle{
	width: 964px;
	font-weight: bold;
	font-family: Arial;
	font-size: 0.84em;
	background-color: #99A4D9;
	color: ;
	
	
}

.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: ;
	text-align: tleft;
	padding-left: 2.5em; /*set value to "left", "center", or "right"*/
	vertical-align: bottom;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBB;
	border-right-color: #BBB;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.7em;
	
	
}

.chromestyle ul li{
display: inline;
padding-right: 1.65em;

}


.chromestyle ul li a{
	padding-bottom: 0.7em;
	padding-top: 0.5em;
	padding-left:0.44em;
	padding-right:0.44em;
	text-decoration: none;
	
	font-stretch: normal;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: ; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
	
	
	position:absolute;
	top:0;
	font:normal 0.63em Arial;
	z-index:2;
	background-color: #ADBBFF;
	width: 14.48em;
	visibility: hidden;
}




.dropmenudiv a{

width: 14.48em;
display: block;


text-decoration: none;
font-weight: bold;
color: black;
z-index:2;
border-top: 0.5em solid #ADBBFF;
border-bottom: 0.5em solid #ADBBFF;
border-right:0.5em solid #ADBBFF;
border-left:0.5em solid #ADBBFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
border-top: 0.5em solid #F0F0F0;
border-bottom: 0.5em solid #F0F0F0;
border-right:0.5em solid #F0F0F0;
border-left:0.5em solid #F0F0F0;

}

