#newnav, #newnav ul { /* all lists */
color:white;
   
    font-family:Helvetica Neue, Helvetica, Arial sans-serif;
	padding: 0;
	margin: 0px;
	list-style: none;
	line-height: 1;
}

#newnav a {
	color:#FFFFFF;
	font-size:1.2em;
	 font-family:Helvetica Neue, Helvetica, Arial sans-serif;
	font-weight:bold;
	word-spacing: 1px;
	display: block;
	width: auto;
	padding: 5px 13px 5px 14px;
	
  
  	text-decoration: none;
}
#newnav a:hover {
	color:#ebdaf8;
}

#newnav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#newnav li ul { /* second-level lists */
	
	position: absolute;
	width: 19em;
	background-image:none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#newnav li ul a {
	margin-left: 7px;
	color:#FFFFFF;
	display: block;
	width: 13em;
	padding: 5px 6px 5px 6px;
	background-color:#5a3478;
	background-image:none;
	border:1px solid #ebdaf8;
}
#newnav li ul a:hover {
    border: 1px solid #5a3478;
	background-color:#ebdaf8;
	color:#000000;
}	
#newnav li ul ul { /* third-and-above-level lists */
	
	margin: -2em 0 0 19em;
}

#newnav li:hover ul ul, #newnav li:hover ul ul ul, #newnav li.sfhover ul ul, #newnav li.sfhover ul ul ul {
	left: -999em;
}

#newnav li:hover ul, #newnav li li:hover ul, #newnav li li li:hover ul, #newnav li.sfhover ul, #newnav li li.sfhover ul, #newnav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
