#nav {
	position: absolute;
	top: 128px;
	left: 52px;
	height: 32px;
}

#nav ul {
	list-style-type: none;
	z-index: 10;
}

#nav li {
	float: left;
	height: 32px;
	border-right: 1px solid #1b6faf;
	position: relative;
}

#nav a {
	color: white;	font-weight: bold;	font-size: 11px;	text-decoration: none;
	margin: 0;
	display: block;
	padding: 10px 14px 0px 14px;
	height: 22px;
}

#nav a.bang {
	color: #ffea00;
}

/* DROP DOWN */

#nav li ul {
	background-color: #014D87;
	border: 1px solid #1B6FAF;
	width: 160px;
	font-weight: normal;
	position: absolute;
	height: auto;	
	left: -999em;
	top: 0;
	margin: 32px 0 0 0;
	padding:0;

}

#nav li li {
	display: block;
	width: 100%;
	height: auto;
}

#nav li ul a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 6px 0px 6px 14px;
	height: 100%;
	text-align: left;
	margin: 0;
	background: none;
	color: white;
	voice-family: "\"}\""; voice-family:inherit;
	font-size: 11px;
	border: 1px solid #1B6FAF;
	border-width: 0 0 1px 0;
}


#nav li ul a:hover {
	color: white;
	background-color: #00365f;
}

#nav li ul ul {
	padding:0;
	margin: 0;
	background: none;
	border:none;
	display:block;
	position: relative;
	overflow: hidden;
}




/* #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:0;
}


/* MEMBERS NAV */

#members-nav {
	margin: 8px 0px 9px 0px;
}

#members-nav h3.username {
	text-align: center;
	margin-bottom: 8px;
	border: none;
	font-size: 11px;
	font-weight: normal;
}


#members-nav li {
	margin: 2px 0px;
	padding:0;
	display: block;
}

#members-nav li a {
	display: block;
	font-weight: bold;
	margin: 0;
	position: relative;
	padding: 3px 0;
	font-size: 11px;
	text-align: center;
	overflow: hidden;

}