#dropmenudiv
{
	position:absolute;
	border:1px solid black;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
}

#dropmenudiv a:hover
{ 
	/*hover background color*/
	background-color: lightblue;
}

body 
{
	margin-top: 1px; 
}

th
{
	background-color: #000080;
	color: white;
	text-align: center;
}

.oddRow
{
	background-color: #ADD8E6;
}

.evenRow
{
	background-color: #def0f5;
}