#nav ul {



}
#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 44px;
	list-style-type: none;
	background-image: url(/assets/images/tabs3.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfdfff;}
	
#nav li a{
	margin: 0px;
	font-size: 80%;
	color: #bed3ff;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 44px;
	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: 80%;
	color: #ffffff;
	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: 80%;
	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: #aac0ed;
}

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: #003366;
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #aac0ed;
	background-position: left top;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #657fb6;
	font-size: 70%;
}

/* 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: #003366;
	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 */
/* qm all of the below code is for the nav menus on the right hand side of every page */



.links {
	margin: 0 0 1em 1em;
	padding: 0;
	list-style: none;
	width: 90%;
	float: none;
}

.links a {
	color: #003366;
	text-decoration: none;
	color: #003366;
	font-weight: normal;
	text-indent: 0px;
	font-size: 90%;
	padding-top: 3px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #657fb6;
	display:block;
	margin: 0px;
}

.links a:hover {
	color: #990000;
	position: relative;
}

