.chromestyle{
 font:14px arial,tahoma,helvetica,geneva;
}

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

.chromestyle ul{
margin-top: 8px;
 text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
 display: inline;
}

.chromestyle ul li a{
 color: #FFFFFF;
 padding: 0px 7px;
 margin: 0;
 text-decoration: none;
}

.chromestyle ul li a:hover{
 color: #e37206;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/* content: " v"; */
/* content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudivtop {    
    width: 190px;
    height: 13px;
    background: url(/menus/main/img/bg_dropmenutop.png) no-repeat bottom left;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/menus/main/img/bg_dropmenutop.png"); /* For IE */
    background-image: "none"; /* For IE */
}
.dropmenudivbot {    
    width: 190px;
    height: 13px;
    background: url(/menus/main/img/bg_dropmenubot.png) no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/menus/main/img/bg_dropmenubot.png"); /* For IE */
    background-image: "none"; /* For IE */
}

.dropmenudiv{
 position:absolute;
 top: 0;
 font:normal 12px Arial;
 text-align: left;
 z-index:100;
 width: 190px;
 visibility: hidden;
}
.dropmenudiv1{
 font:normal 12px Arial;
 text-align: left;
 background:url(/menus/main/img/bg_dropmenu.gif) repeat-y top left; 
 width: 190px;
}

.dropmenudiv a:link{
 display: block;
 padding: 1px 5px 1px 32px;
margin: 0px 3px;
 text-decoration: none;
 color: #000000;
 letter-spacing: 0px;
 text-transform: none;
 font-size: 12px;
}

.dropmenudiv a:visited{
 display: block;
 padding: 1px 5px 1px 32px;
margin: 0px 3px;
 text-decoration: none;
 color: #000000;
 letter-spacing: 0px;
 text-transform: none;
  font-size: 12px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(/menus/main/img/buldropmenu1.gif) no-repeat 12px 5px #eff6fd;
padding: 1px 5px 1px 32px;
margin: 0px 3px;
color: #18328c;
display: block;
letter-spacing: 0px;
text-transform: none;
 font-size: 12px;}
