.chromestyle{

 height:42px; padding:0; margin:0 auto; width:980px; background:#000; border-right:1px solid #dadada; border-left:1px solid #dadada; margin-top:26px; font-family:Arial, Helvetica, sans-serif;
}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

content: "."; 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

}

.chromestyle ul{

padding:0; margin:0; list-style:none; border:0; float:left;}



.chromestyle ul li{

 float:left; margin:0; padding:0 5px; border:0;

}



.chromestyle ul li a{float:left; margin:0; padding:13px 0; color:#fff; font: normal 13px  Arial, Helvetica, sans-serif; text-decoration:none;}

.chromestyle li a span{ padding:13px; background:none;}

.chromestyle li a:hover{ color:#3c91cc;  background: url(images/r_menu.gif) no-repeat right; }

.chromestyle li a:hover span{  color:#000; background:url(images/l_menu.gif) no-repeat left; }

.chromestyle ul li a:hover, .chromestyle ul li a.active{color:#3c91cc;  background: url(images/r_menu.gif) no-repeat right;}

.chromestyle ul li a:hover span, .chromestyle ul li a.active span{  color:#000; background:url(images/l_menu.gif) no-repeat left;}



/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{

position:absolute;

top: 0;

font:normal 12px Verdana;

line-height:18px;

z-index:100;

width: 175px;

visibility: hidden;

margin-top:0px;

border:1px solid #e7f0ea;

background:url(images/dropbg.jpg) repeat-x top center #fff;

/*

-moz-border-radius:5px;

-webkit-border-radius:5px;

-o-border-radius:5px;

*/

}



*html .dropmenudiv{

margin-top:-13px;

}

.dropmenudiv a{

width: auto;

display: block;

text-indent: 3px;

padding: 2px 0;

/*border-bottom: 1px solid #393738;*/

text-decoration: none;

font-weight: bold;

color: #000;

margin:2px 5px ;



}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

margin:0 ;



}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: #000;

/*-moz-border-radius:5px;

-webkit-border-radius:5px;

-o-border-radius:5px; */

margin:2px 5px;

color:#fff;



}

*html .dropmenudiv a:hover{margin:0;}