body   	{ font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 13px; bgcolor: #005825; color: #005825; text-align:justify; background-image: url(images/adafs_bground.jpg);}
p, td  	{ font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 13px; color: #005825; }
.content   	{ font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 13px; color: #005825; }
.contentsmall   	{ font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 10px; color: #005825; }
.contentbold   	{ font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 13px; color: #005825;  font-weight:bold;}
.whitecontent   	{ font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFFFF; }
.heading         { font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 20px; color: #005825; font-weight:bold; margin-top:10; margin-bottom:10 }
.subheading         { font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 15px; color: #005825; font-weight:bold; margin-top:10; margin-bottom:10 }
.whiteheading         { font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 20px; color: #FFFFFF; font-weight:bold; margin-top:10; margin-bottom:10 }
.menu	        { font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 11px; color: #005825;  }
.whitemenu	        { font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF;  }

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #4b9168; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */