body         { font-family: Arial; font-size: 10pt; color: #000000 }
tbody        { font-family: Arial; font-size: 10pt; color: #000000 }
h1           { font-family: Arial; font-size: 12pt; color: #556688; margin-bottom: 0; font-weight: bold; }
h2           { font-family: Arial; font-size: 10pt; color: #897867; margin: 0 0 0 0; font-weight: bold }
h3           { font-family: Arial; font-size: 10pt; color: #757575; margin-bottom: 0; font-weight: bold }
.footnote    { font-family: Verdana; font-size: 8pt; color: #a4684b}

#dropmenudiv{
	position:absolute;
	background-color: #FEF3C6;
	border:1px solid #DDDBCE;
	border-bottom-width: 0;
	font: normal 11px arial;
	z-index:100;
	line-height:20px;
	color: #064A9C;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 7px;
border-bottom: 1px solid #DDDBCE;
padding: 1px 0;
color: #064A9C;
text-decoration: none;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FEF3C6;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}
