/* navigation style */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family: sans-serif;
	font-size:1.2em;
}

#nav a {
	display: block;
	font-family: sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	text-decoration:none;
	line-height:2.3em;
	padding:8px 4px 7px 32px;
}

#nav li ul a, #nav li ul ul a {
	line-height:1.0em !important;
	padding:8px 4px !important;
}


#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	
}

#nav li ul { /* second-level lists */
	z-index:99;
	position: absolute;
	background: white;
	border-bottom:1px solid #ddd;
	border-right:1px solid #eee;
	width: 16em;
	padding:4px;
	left: -10000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a:hover {
	background:#eee;
}

#nav li ul li {
	width:16em !important;
	background:white;
	padding-top:0 !important;
}
#nav li ul li a {
	width:15.3em !important;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2.4em 0 0 16em;
}

#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 { /* lists nested under hovered list items */
	left: auto;
}

/* */

#content {
	clear: left;
	color: #ccc;
}


#nav li.current_page_item {
	background:transparent url(../images/nav-bg-hov.png) repeat-x;
}

#nav ul li.current_page_item {
	background:white;
}
