.chrome{float:none; margin:0px;}

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

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

.dropmenudiv1{
position:absolute;
top: 0;
border: 1px solid #D3D3D3; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 400px;
visibility: hidden;
color:#5c5c5c;
font-weight:normal;
/*margin-left:-20px;*/
font-size:11px;
text-decoration:none;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv1 a{
width: 400px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #D3D3D3; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #5c5c5c;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:11px;
text-decoration:none;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
color:#5c5c5c;
text-decoration:none;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #0084be;
color:#ffffff;
text-decoration:none;
}
.tabUnsel:link, .tabUnsel:visited{color:#ffffff; font-weight:bold; text-decoration:none; float:none; margin-right:2px;}
.tabUnsel:link span, .tabUnsel:visited span{cursor:pointer; display:block; float:none;margin-right:2px;}
.tabUnsel:hover{font-weight:bold;text-decoration:underline;}
.tabUnsel:hover span{color:#FFFFFF;}
/*
.tabUnsel:link, .tabUnsel:visited{color:#ffffff; font-weight:bold; text-decoration:none; float:left; margin-left:12%; margin-right:2%}
.tabUnsel:link span, .tabUnsel:visited span{cursor:pointer; display:block; float:left;margin-left:12%; margin-right:2%}
.tabUnsel:hover{font-weight:bold;text-decoration:underline;}
.tabUnsel:hover span{color:#FFFFFF;}*/