#dropmenudiv{
position:absolute;
border:1px solid gray;
border-bottom-width: 1;
font:normal;
font-family: "Times New Roman";
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px;
border-bottom: 1px solid gray;
padding: 1px 0;
font-size: 11px;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #eeeeee;
color:#0000bb;
}


body 
{
	font-family: "Verdana";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#333333;
	background: url('images/backGround.png') center;
	background-repeat: repeat-y;
	margin-top: 5px;
}

td
{
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#000033;
}

.text
{
	font-family: "verdana";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color:#000066;
}

.large
{
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#000066;
}


A
{
	font-family: "Arial";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
}

A.large
{
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
}	

A.visited
{
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
}	

A:hover 
{
	text-decoration: underline;
	color:#0066ff;
}