#nav_local, #nav_local ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
	font: 86%/1.2 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#nav_local li { /* all list items */
	position : relative;
	float : left;
	margin: 0 0 -1px 0;
	width: auto;
	background: transparent;
	padding:0 1em 0 0;
}

#nav_local li.IE ul,
#nav_local li ul { /* second-level lists */
	position : absolute;
	top:0;
	font-size:100%;
	left: -999em;		/* move them off the screen rather that display:none	*/
	margin: 0 0 0 10.75em;
}

#nav_local li ul ul {		/* third-and-above-level lists */
	left: -999em;		/* move them off the screen rather that display:none	*/
}

#nav_local li a {
	width: 14em;
	display: block;
	color: #006;
	font-weight: bold;
	text-decoration: none;
	background: #ddd;
	padding: 0.5em 0 0 0.5em;
	white-space:nowrap;
	border-width:1px;
	border-style:solid;
	border-color:#ccc #888 #555 #bbb;
}

#nav_local a:hover {
	background: #fff;
	color:#006;
}
	

#nav_local li.IE ul ul ul ul,
#nav_local li:hover ul ul ul ul, 
#nav_local li.IE ul ul ul,
#nav_local li:hover ul ul ul, 
#nav_local li.IE ul ul, 
#nav_local li:hover ul ul {
	left: -999em;		/* move them off the screen rather that display:none	*/
}
	
#nav_local li li li li.IE ul,
#nav_local li li li li:hover ul, 
#nav_local li li li.IE ul,
#nav_local li li li:hover ul, 
#nav_local li li.IE ul, 
#nav_local li li:hover ul, 
#nav_local li.IE ul, 
#nav_local li:hover ul {	/* lists nested under hovered list items 				*/
	left: auto;
}

.current_page {
	left:auto;
}
