html, body {
 margin: 0;
 padding: 0;
 text-align: center;	
}

body {
	background-color: #FFFFFF;
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}
	
a:link {font-size: 10px; color: #000000; text-decoration: none; font-weight:bold; }
a:visited {font-size: 10px; color: #000000; text-decoration: none; font-weight:bold; }
a:active {font-size: 10px; color: #000000; text-decoration: none; font-weight:bold; }
a:hover {font-size: 10px; color: #000000; text-decoration: none; font-weight:bold; }

table {
	border: 0px;
	padding: 0px;
	}
	
#dropmenudiv{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 1px;
font:bold 10px Verdana;
line-height: 15px;
z-index: 0;
background-color: #000000;
width: 175px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #666666;
color: white;
}
