#dropmenudiv    {
	position: absolute;
	z-index: 100px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#dropmenudiv a  {
	width: 100%;
	display: block;
	text-decoration: none;
}

#dropmenudiv a:hover  {
	width: 100%;
	display: block;
	text-decoration: underline;
}

#navlink	{
	text-decoration: none;
	font-weight: bold;
	font-size: 8px;
	color: #E8E8E8;
}

#navlink:hover	{
	text-decoration: underline;
	font-weight: bold;
	font-size: 8px;
	color: #E8E8E8;
	text-underline-position: inherit;
}

a.menucontent	{
	font-family: "Arial", "Helvetica", "Verdana", "Tahoma", "Sans Serif";
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.menucontent:hover	{
	text-decoration: underline;
}

.menu {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

