/* Text Classes */

TD,BODY{
font-size: 12px; 
font-family:Verdana;
color: #003399;
}

.links:visited {
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	color: #ffffff;
	text-decoration: none;
}	

.links:link {
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	color: #ffffff;
	text-decoration: none;
}


.links:hover {
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	color: #ffffff;
	text-decoration: none;
}


.links:active {
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	color: #ffffff;
	text-decoration: none;
}


#dropmenudiv{
position:absolute;
background-color: #E0E3F0;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #000033;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #7E8BB8;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}