#primnav {
	padding-top: 80px;
	font: normal .7em verdana;
	float: left;
	width: 110px;
	padding-left: 5px;
	}

#primnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px; /* Width of Menu Items */
	}

#primnav ul li {
	position: relative;
	}
	
/* Styles for Menu Items */
#primnav ul li a {
	display: block;
	text-decoration: none;
	color: #A52900;
	background: #FFEB78;
	padding: 3px;
	width: 94px;
	border: 1px solid #A52900;
	margin-bottom: 5px;
	text-align: center;
	}

/* 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: #A52900; background: #FFC5B0; } /* Hover Styles */

.here {
	background: #A52900 !important;
	color: #FFEB78 !important; 
	border-top: #FFEB78 !important; 
	border-right: #FFEB78 !important;
	border-bottom: #FFEB78 !important;
	border-left: #FFEB78 !important;  
}
