/* passed Wc3 validatation check on 6-1-2005 */

	#dropmenudiv
	{
		position: absolute;
		border: 1px solid White;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10px;
		font-weight: normal;
		line-height: 18px;
		z-index:100;
		background-color: #808080;
		text-decoration: none;
	}

	#dropmenudiv a
	{
		width: 100%;
		display: block;
		text-indent: 5px;
		background-color: #808080;
		text-decoration: none;
		color : White;
		border-bottom : 1px solid White;
	}

	#dropmenudiv a:hover
	{
		/*hover background color*/
		background-color: #505050;
		text-decoration: none;
		color : Yellow;
	}

a.menuLink:visited, a.menuLink, a.menuLink:active, a.menuLink:hover
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-top : 0px;
	margin-bottom : 0px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color : #FFFFFF;
}
a.menuLink:hover
{
	color: #FF8500;
}

a.menuLink2:visited, a.menuLink2, a.menuLink2:active, a.menuLink2:hover
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-top : 0px;
	margin-bottom : 0px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color : Red;
}
a.menuLink2:hover
{
	color: Blue;
}

a.submenuLink:visited, a.submenuLink, a.submenuLink:active, a.submenuLink:hover
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin-top : 0px;
	margin-bottom : 0px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color : #FFFFFF;
}
a.submenuLink:hover
{
	color: #FF8500;
}


