#menu a
{
	text-decoration: none;
}

div.dropdown
{
	width: 110px;
	visibility: hidden;
	position: absolute;
	z-index: 100;
	font-size: 11px;
}

div.dropdown table tr td a
{
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}

div.dropdown table tr td a:hover
{
	color: #047B77;
	font-size: 11px;
}