td.menu {
	font-family: verdana;
	font-size: 12px;	
	color: #FFFFFF
		}


.chromestyle{
width: 100%;
height: 25px;
font-weight: bold;
font-family: verdana;
font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
text-align: left;
color: #FFFFFF;
top: 0;
border: 2px solid #3B557A ; /*THEME CHANGE HERE*/
border-bottom-width: 2px;
border-left-width: 2px;
border-top-width: 2px;
border-right-width: 2px;
font: bold 12px verdana #FFFFFF;

line-height:18px;
z-index: 100;
background-color: #3B557A;
width: 130px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 2px solid #3B557A; /*THEME CHANGE HERE*/
padding: 2px 0px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
font-family: verdana;
font-size: 12px;
}

* html .dropmenudiv a{ /*IE only hack*/
font-family: verdana;
font-size: 12px;	
width: 100%;
color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-family: verdana;
font-size: 12px;
background-color: #3B557A;
font-weight: bold;
color: #FFFFCC;
text-decoration: underline;
}

.dropmenudiv a:active{ /*THEME CHANGE HERE*/
font-family: verdana;
font-size: 12px;
background-color: #3B557A;
font-weight: bold;
color: #FFFFFF;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
font-family: verdana;
font-size: 12px;
background-color: #3B557A;
font-weight: bold;
color: #FFFFFF;
}

.dropmenudiv a:visited:hover{ /*THEME CHANGE HERE*/
font-family: verdana;
font-size: 12px;
background-color: #3B557A;
font-weight: bold;
color: #FFFFCC;
text-decoration: underline;
}

