.chromestyle {color:#FA9303; font-weight:800; font-size:13px; text-decoration:none; text-align:center; width:100%; height:40px;padding:0;vertical-align:middle;background:url(../images/top-menu.jpg) top right no-repeat;}
.chromestyle a {color:#3866A4; font-weight:800; font-size:13px; text-decoration:none;display:block;}
.chromestyle td {height:40px;padding:5px;vertical-align:middle;background:url(../images/top-menu1.jpg) top right no-repeat;}
.chromestyle a:hover{color:#F97D00;}


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

.chromestyle a[rel]:after{ /*HTML to indicate drop down link*/
content: "»";
}


.dropmenudiv{
position:absolute;
top: 9px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
}


.dropmenudiv a{
width: 100%;
display: block;
border-bottom: 1px dotted #000000;
color:#3866A4;
text-decoration: none;
font:normal 12px Verdana;
color:#fff;
background:#FB9505;
padding:2px 5px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#C56400;
}