#nav li {
	list-style-type: none;
	display: inline;
	list-style-type: none;
	color: #FFFFFF;
	line-height: 33px;
}
#current  {

}
#nav li#current a {
	margin: 0px;
	color: #ffffff;
	white-space: nowrap;
	font-weight: bold;
	padding: 9px 45px;
	list-style-type: none;
	background-image: url(/assets/images/tabs3.gif);
	background-repeat: no-repeat;
	background-position: right top;}
	
#nav li a{
	margin: 0px;
	font-size: 90%;
	color: #bed3ff;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 45px;
	list-style-type: none;
	background-image: url(/assets/images/tabs1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


#nav li a:hover {
margin: 0px;
	font-size: 90%;
	color: #990000;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: none;

	list-style-type: none;
	background-image: url(/assets/images/tabs2.gif);
	background-repeat: no-repeat;


}
#nav li a:active {
margin: 0px;
	font-size: 90%;
	color: #666666;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: none;

	list-style-type: none;
	background-image: url(/assets/images/tabs2.gif);
	background-repeat: no-repeat;


}
	/* qm all of the below code is for the nav menus on the right hand side of every page */
ul#navmenuhorizexperm {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
	width: 100%;
	line-height: 150%;
	background-color: #a7c0f3;
}

ul#navmenuhorizexperm li{
	position: relative;
	list-style: none;

}

ul#navmenuhorizexperm li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Styles for Menu Items */
ul#navmenuhorizexperm li a {
	background-image:  url(/assets/images/link.gif);
	background-repeat: no-repeat;
	text-indent: 22px;
	color: #122b5e;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #aac0ed;
	background-position: left top;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eef1f5;
	font-size: 90%;
}

/* 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 {
	background-image:  url("/assets/images/link2.gif");
	color: #990000;
	position: relative;
} /* Hover Styles */
		
ul#navmenuhorizexperm li ul li a {
	background-image:  url("/assets/images/link.gif");
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position:relative;
	text-indent: 22px;
	color: #122b5e;
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	background-color: #cbd9f5;
}
ul#navmenuhorizexperm li ul li a:hover {
	background-image:  url("/assets/images/link2.gif");
	color: #990000;
	position: relative;
} 
/* Sub Menu Styles */
		
