.chromestyle {margin: 0px 0px 0px 0px; height:24px}
.chromestyle td {padding: 0px 12px 0px 12px;text-align: center;}

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

.chromestyle  a{
color: #000000;
padding: 0px;
font:bold 12px Verdana;
margin: 0px 0px 10px 0px;
text-decoration: none;
}

.chromestyle  a[rel]:after{ /*HTML to indicate drop down link*/

}


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

.dropmenudiv{
position:absolute;
color:#939598;
top: 0;
margin: 10px 0px 0px 0px;
border: 1px solid #d1d5d8; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Tahoma;
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
text-align: left;
}


.dropmenudiv a{
color:#939598;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #d1d5d8; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
}

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

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