body,td,th {
	font-family: Tahoma;
}

a:link {  font-family: Tahoma; font-size: 12px; font-weight: normal; text-decoration: none}
a:active {  font-family: Tahoma; font-size: 12px; font-weight: normal; text-decoration: none}
a:visited {  font-family: Tahoma; font-size: 12px; font-weight: normal; text-decoration: none}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

#dropmenudiv{
position:absolute;
border:0px;
border-bottom-width: 0;
font:normal 12px Tahoma #000000;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0;
padding: 1px;
text-decoration: none;
font:normal 12px Tahoma #000000;
}

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

