	/* all of the below code is for the nav menus on the right hand side of every page */
ul#navmenuhorizexperm {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
	line-height: 150%;
}

ul#navmenuhorizexperm li{
	position: relative;
}

ul#navmenuhorizexperm li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Styles for Menu Items */
ul#navmenuhorizexperm li a {
	background-image: url(/images/tri.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: 8px;
	background-color: #424242;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#navmenuhorizexperm li { 
	float: left; 
	height: 1%; 
}
* html ul#navmenuhorizexperm li a {
	height: 1%;
	position:relative;
}
/* End */

ul#navmenuhorizexperm li a:hover {
	color: #ffffff;
	background-color: #696969;
} /* Hover Styles */
		
ul#navmenuhorizexperm li ul li a { 
	color: #BF9960;
	background-color: #FFE6BF; 
} /* Sub Menu Styles */
		
