.bodytext 
{
	font-family: Verdana,Helvetica, sans-serif;
	font-size: 11px;
	color: #001B35;
 
}



.bodytext a:visited {
	text-decoration: none;
	color: #3333CC;
	font-family: Verdana,Helvetica, sans-serif;
    font-size: 11px;
    
}

.bodytext a:link {
	text-decoration: none;
	color: #3333CC;
	font-family: Verdana,Helvetica, sans-serif;
	font-size: 11px;
	
	}
.bodytext a:hover {
	text-decoration: underline;
	font-weight: underline;
	color: #fdc800;
	font-family: Verdana,Helvetica, sans-serif;
	font-size: 11px;

}


.title {
	font-family: Verdana,Helvetica, sans-serif;
	font-size: 17px;
	color: #000037;
	font-weight:bold;
	
}

.date {
	font-family: Verdana,Helvetica, sans-serif;
	font-size: 8px;
	color: #858585;
	}
	
	#dropmenudiv{
position:absolute;
background-color: #B7B7B7;
border:1px solid #23346B;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:19px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold; color:#23346B; padding-left:0; padding-right:0; padding-top:1px; padding-bottom:1px

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F5A804; color:#23346B;  font-size: 10px Arial; font-weight:bold; font-family:Verdana

}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 125px;
background-color: #FFFFB9;
}