@charset "utf-8";
/* Site Navigation */

/* 
	URL    : http://planetexplore.thenorthface.com
	Date   : 19th August 2009
   	Author : Alan Jenkins (alan.jenkins@claromentis.com)
*/


#nav, #nav ul {
	float: left;
	line-height: 32px;
	list-style-type: none;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

	#nav li {
	float: left;
	background-image: url(../images/menu_spacer.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
	padding-right: 10px;
	padding-left: 10px;
}
	
	#nav a {
	display: inline;
	outline: 0;
	width: auto;
	/* text-indent: -999em; */
	border: 0;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}


	#nav #mn-about { background: url(../images/mn-about.gif) no-repeat center; width: 145px }
	
	#nav #mn-partners { background: url(../images/mn-partners.gif) no-repeat center; width: 84px }

	#nav #mn-iwant { background: url(../images/mn-iwant.gif) no-repeat center; width: 84px }
	
	#nav #mn-events { background: url(../images/mn-events.gif) no-repeat center; width: 70px }
	
	#nav #mn-regions { background: url(../images/mn-regions.gif) no-repeat center; width: 77px }
	
	#nav #mn-members { background: url(../images/mn-members.gif) no-repeat center; width: 83px }
	
	#nav #mn-contact { background: url(../images/mn-contact.gif) no-repeat center; width: 77px }


	/* sub-nav */

	#nav li { position: relative }
	
	#nav ul {
	left: -999em;
	width: 14em;
	z-index: 100;
	position: absolute;
	border: 3px solid #fff
}
	
	#nav li li {
	width: 12.4em;
	border-bottom: 1px solid #fff;
	background-color: #D6E6EC
}
	
	#nav li li a { text-indent: 0; color: #006587; padding: 5px; line-height: 16px; font-size: 11px; text-decoration: none }
	
	#nav li li a:hover { background-color: #006587; color: #fff }
	
	
	#nav li:hover ul ul, 
	#nav li.sfhover ul ul { left: -999em }
	
	#nav li:hover ul,
	#nav li.sfhover ul { left: auto }

