.chromestyle{
width: 100%;
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{
border: 0px;
width: 943px;
background: url(./images/menuBgImg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 7px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
vertical-align:middle;
}

.chromestyle ul li a{
font-weight:bold;
font-size:11px;
font-family:Tahoma;
color:#0E3071; 
padding: 12px 13px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
  color:#191970; 

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-top:8px;
padding-left:0px;
border: 1px solid #ee821f; /*THEME CHANGE HERE*/
border-bottom-width: 0;
/*font:normal 11px arial;*/
font-family:Verdana;
font-size:11px;
font-weight:normal;
line-height:18px;
text-align:left;
z-index:100;
background: url(./images/menuddbg.jpg) top left repeat; /*THEME CHANGE HERE*/
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffecb1,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{

width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ee821f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #0E3071;
font-family:Verdana,Arial,Tahoma,sans-serif;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: url(./images/menuddimg.jpg) top left repeat; /*THEME CHANGE HERE*/
   color:#191970;
}
