.chromestyle{
width: 943px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
font-family: "Trebuchet MS";
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:none;
padding: 20px 0 0 0;
width:943px;
float:right;
margin:0 0px 0 0;

/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 0px 0px 0px 0px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { 
font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	color: #072676;
	text-decoration: none;
	font-weight: bold;
	/*script dynamically adds a class of "selected" to the current active menu item*/
/*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ffffff;
 /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #216cd1;
width: 110px;
visibility: hidden;
 /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {

display: block;
text-indent: 8px;
border-bottom: 1px solid #ffffff;
 /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
width:110px;
background-color: #072676;
color:#ffffff;
}



.dropmenudiv1{
position:absolute;
top: 0;
border: 1px solid #ffffff;
 /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #4ca21d;
width: 110px;
visibility: hidden;
}

.dropmenudiv1 a {

display: block;
text-indent: 8px;
border-bottom: 1px solid #ffffff;
 /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 135px;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
width:110px;
background-color: #246700;
color:#ffffff;
}



.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #ffffff;
 /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
background-color: #216cd1;
width: 100px;
visibility: hidden;
}

.dropmenudiv2 a {

display: block;
text-indent: 8px;
border-bottom: 1px solid #ffffff;
 /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

.dropmenudiv2 a{ /*IE only hack*/
width: 120px;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
width:100px;
background-color: #072676;
color:#ffffff;
}
.dropmenudiv11{
position:absolute;
top: 0;
border: 1px solid #ffffff;
 /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
background-color: #216cd1;
width: 100px;
visibility: hidden;
}

.dropmenudiv11 a {

display: block;
text-indent: 8px;
border-bottom: 1px solid #ffffff;
 /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

.dropmenudiv11 a{ /*IE only hack*/
width: 120px;
}

.dropmenudiv11 a:hover{ /*THEME CHANGE HERE*/
width:100px;
background-color: #072676;
color:#ffffff;
}