#nav ul {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	width: 159px; /* Width of Menu Items */
	}
#nav ul li img {
	padding-bottom: 8px;
}
	
#nav ul li {
	/*position: relative;*/
	/*height: 55px;*/
	background-image: url(../images/pointill_colg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
	
#nav li ul {
	/*position: absolute;*/
	left: 159px; /* Set 1px less than menu width */
	/*top: 20px;*/
	/*display: none;*/
	/*border-bottom: 1px solid #A7BF3A;*/
	margin-bottom: 0;
	padding-bottom: 15px;
	margin-top: -5px;
	}

/* Styles for Menu Items */
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #8CC63E;
	font-size: 11px;
	/*background: #fff;*/ /* IE6 Bug */
	/*border: 1px solid #ccc;*/ /* IE6 Bug */
	border-bottom: 0;
	
	}
#nav ul li ul li {
	/*border: 1px solid #A7BF3A;*/ /* IE6 Bug */
	/*height: 25px;*/
	background-image: none;
}
#nav ul li ul li a {
	padding-left: 23px;
}
#nav ul li ul li a:hover {
	color: #029A67;
}

#nav ul li ul li .active {
	color: #029A67;
}
	
/* Holly Hack. IE Requirement \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */

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