/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */


/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
	/*background: transparent url(/images/menu/navULBkg.png) repeat-x left top;*/
}
.nav {
	clear: both;
	line-height:1.0;
	width: 100%;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:15em;
	background: transparent url(/images/menu/menuULBkg.png) repeat-x left top;
}
.nav ul li,
.nav a {
	width: 100%;
	display:block;
}
.nav li {
	float:left;
	display: inline;
	position:relative;
	z-index:99;
}
/* horizontal distance of dropdown from main list*/
.nav li ul{
margin-left: -11px;
}
/* vertical distance of dropdown from main list*/ 
.nav li:hover ul, ul.nav li.sfHover ul {
	top: 3.68em;
}
.nav li:hover li ul, .nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, ul.nav li li.sfHover ul {
	left:15em;
	top:-2px;
	width:21em;
}
ul.nav li li.sfHover ul.normalWidth {
	left:15em;
	top:-1px;
	width:15em;
}
.superfish li:hover ul, .superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav li {
	padding:0 15px 0 20px;
	text-align: center;
}
.nav a {
	margin: 0px 0;
	padding: 1.4em 0 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	text-align: left;	
	display: block;
}
.nav a:hover{
	color: #e1e1e1;
	font-weight: normal;
}
li.head {
	font-weight: bold;
}

.nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	 	background: transparent;
}
.nav li li {
	padding: 0;
}
.nav li li a{
	padding: .9em 0;
	margin: 0 10px;
	color: #e1e1e1;
	text-align: left;
	font-weight: 600;
}
.nav li li a:focus{
	width: 95%;
}
.nav li li:hover{
	background: transparent url(/images/menu/menuULBkg.png) repeat-x left top;
}
/* JAMF ADDED STYLES */
.nav a.noLink{
	cursor: default;
}
.nav li.siteSearch{
	padding: 0;
	float: right;
	margin-right: 15px;
}
div.navWrapper{
	background: transparent url(/images/global/bg/navWrapperTopBorder.png) no-repeat bottom left;
}