.chromestyle{
/*width: 99%;*/ font:bold 11px "Trebuchet MS", "Times New Roman"; color:#000;  height:28px; width:auto;}



.chromestyle  li{display:inline; padding-right:20px; float:left;}

.chromestyle  li a{font:bold 13px Arial, Helvetica, sans-serif; color:#989696; text-decoration:none;}

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

.dropmenudiv{z-index:90000000000;
position:absolute;
top: 0;
/*border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px "Trebuchet MS", Tahoma, Arial, Verdana;
color:#5F5F5F;
line-height:18px;
background-color:#2196CF;
width: 200px;
visibility: hidden;
padding:2px 0px 0px 3px;
 text-align:left; margin-top:8px;
}


.dropmenudiv a{z-index:90000000000;
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
padding: 2px;
text-decoration: none;
font-weight:normal;
color:#fff;
padding:2px 0px 0px 3px;

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E9E5E5;
color:#03567E;
}