/* --------------------------------------------------- */
/* DO NOT EDIT THIS FILE */
/* Any customization required to these elements should be done in /style/custom.css */
/* --------------------------------------------------- */

.nav {
	zoom: 1; /* IE6 Tweak to fix layout problem */
}

.nav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0; 
	width: auto;
}

.nav ul ul {
	background: none;
	padding-left: 0;
}

.nav li {
	margin: 0;
	float: left;
}

.nav li a{
	display: block;
}

.nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
}

.nav li li {
	height: auto;
	width: auto;
}

.nav li ul li a {

}

.nav li ul ul {
	margin-top: -20px; /* This realigns the dropdown with the originating li and offsets the top down slightly for clarity */
	margin-right: 0;
	margin-bottom: 0;
}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	left: auto;
}

.nav li:hover, .nav li.sfhover { /* Fix for IE7 "Sticking" menus */
	position: static;
}
	
.superfish ul li:hover ul,
.superfish ul li li:hover ul,
.superfish ul li li li:hover ul {
	left: -999em; /* hide submenu in screen-reader and search-engine friendly way */
}
