.chromestyle{
width: 943px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
/*display: block; */
display:inline;
height: 0; 
clear: both;
visibility: hidden;
margin:auto;
}


.chromestyle ul{
font-family:"Arial, Helvetica, sans-serif";
/*font-family: "Trebuchet MS";*/
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:none;
padding: 10px 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: #ffffff;
/*padding: 0px 0px 0px 0px;*/
padding: 2px 5px 2px 5px;
/*background:#CCCCCC;*/
margin: 0;
/*menu changing effect*/
text-decoration: none;
border: 0px solid #000000;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { 
/*font-family: "Trebuchet MS";*/
font-family:"Arial, Helvetica, sans-serif";
	font-size: 12px;
	line-height: 18px;
	color: #FFFF00;
	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: thin;
font:normal 11px Arial;
line-height:18px;
z-index:100;
/*background-color: #216cd1;*/
background-color: #216cd1;
width: 170px;
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:170px;
/*background-color: #072676;*/
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: #216cd1;
width: 150px;
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:200px;
background-color: #072676;
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;
}