body         { background-color: #F39500; color: black; font-family: 
               Trebuchet MS, Tahoma, Arial; font-size: 10pt }
td           { color: black; font-family: 
               Trebuchet MS, Tahoma, Arial; font-size: 10pt }
.eform {background-color: #D78600; color: #FFFFFF; border: 1 solid #A87717}
a:link       { color: #FFFFFF; text-decoration: underline }
a:active	{color: #FF0000; text-decoration: none; font-weight: bold}
a:visited    { color: #800080; text-decoration: underline }
a:hover 	{color: #FF0000; text-decoration: none;}
a:hover .thumbs 	{filter: gray () }


#menu
	{
	padding:15px;
	display:block;
	list-style-type:none;
	}

#menu li
	{
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
	}

#menu li ul
	{
	list-style-type:none;
	}

#menu li ul li a
	{
	color:#F39500;
	}

#menu li a
	{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
<!-- By: FrankM of www.wdt.co.nz-->