#nav, #nav ul { /* all lists */
	position: relative;
	padding: 0px;
	margin: 0px;
	list-style: none;
	/*float: left;*/
	width: 210px;
	line-height: 1em;
	z-index: 1;
}

#nav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	padding:3px 0px 12px 20px;
	background: url('images/arrow_right.gif') left top no-repeat;
	font-weight: bold;
	font-size: 12px;
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	z-index: 1;
}

#nav li {
	line-height : 1em;
	color: white;
	margin-bottom : -1px;
	page-break-after: auto;
	width: 210px;
	/*overflow: auto;*/
}

#nav li ul { /*second-level lists */
	position: absolute;
	
	background-color: #9C9056;
	width: 210px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left : 11.15em;
	margin-top : -2.15em;
	z-index: 2;
}

#nav li ul li { /* second-level lists */
	z-index: 2;
}

#nav li ul a {


	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	padding:3px 0px 12px 20px;
	background: url('images/arrow_right.gif') left top no-repeat;
	background-color: #9C9056;
	font-weight: bold;
	font-size: 12px;


	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 210px;
}

#nav li ul a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


#nav li:hover ul, #nav li li:hover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
