	/* 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: 207px; /* 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/left_but.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: 8px;
	background-color: #182571;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* 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: #FFCC00;
} /* Hover Styles */
		
ul#navmenuhorizexperm li ul li a {
	color: #ffffff;
	background-image: url(/images/left_but_sub.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: normal;
} /* Sub Menu Styles */
		
