#primnav {
	font: normal .75em verdana;
	float: left;
	width: 120px;
	}

#primnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px; /* Width of Menu Items */
	border-bottom: 1px solid #ffffff; 
	}

#primnav ul li {
	position: relative;
	}
	
li ul { /* #primnav added here stops display  */
	position: absolute;
	left: 119px; /* Set 1px less than menu width */
	width: 120px; /* Width of Menu Items */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#primnav ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #7B3E15;
	padding: 3px;
	width: 114px; /* NEW FOR IE7 : ul width - 2xpadding - border left - border right*/
	border-top: 1px solid #ffffff;
	}

/* Fix IE. Hide from IE Mac \*/
* html #primnav ul li { float: left; height: 1%; }
* html #primnav ul li a { height: 1%; }
/* End */

#primnav ul li a:hover { color: #ffffff; background: #98651F; } /* Hover Styles */
		
#primnav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
#primnav li:hover ul, li.over ul { display: block; } /* The magic */
.here {
	background: #98651F !important;
/*	color: #ffffff !important; */
/*	border-top: #00A629!important; */
/*	border-right: #006A1B!important; */
/*	border-bottom: #006A1B!important; */
/*	border-left: #00A629!important;  */
}
