#primnav {
	font: normal .7em verdana;
	float: left;
	width: 140px;
	}

#primnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px; /* Width of Menu Items */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AA1811;
	}

#primnav ul li {
	position: relative;
	}
	
/* Styles for Menu Items */
#primnav ul li a {
	display: block;
	text-decoration: none;
	color: #6C6C6C;
	background: #ffffff; 
	padding: 5px;
	width: 130px; /* NEW FOR IE7 : ul width - 2xpadding - border left - border right*/
	border-bottom: 1px solid #AA1811;
	}

/* 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: #E3AD53; } /* Hover Styles */
		
#primnav li:hover ul, li.over ul { display: block; } /* The magic */
.here {
	background: #D08F22 !important;
	color: #ffffff !important; 
/*	border-top: #00A629!important; */
/*	border-right: #006A1B!important; */
/*	border-bottom: #006A1B!important; */
/*	border-left: #00A629!important;  */
}

