/* Page menu */
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	background: white;
	padding: 0;
	margin: 0; 
}
#nav a { 
	display: block;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 109%;
	text-decoration: none;
	margin-right: 20px;
	padding: 4px 0 4px 8px;
}
#nav a.selected {
	color: #BC8536;
}
#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}
#nav li { 
	float: left;
	padding: 0;
	margin-right: 3px;
	list-style: none;
}
#nav li ul { 	/* All levels */
	position: absolute;
	left: -999em;
	height: auto;
	width: 11em;
	font-weight: normal;
	margin: 0;
	background: #F3F0EB;
}
#nav li li {	/* Second level highlight */
	width: 11em;
}
#nav li ul a { 
	width: 11em;
}
#nav li ul ul { 
	margin: -1.7em 0 0 11em;
}
#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: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #E3E0DA;
}
#nav li.topMenu:hover, #nav li.topMenu.sfhover {
	background: #F3F0EB;
}

/* Fix to iehover for IE6 select tags */
#nav iframe {
	position: absolute;
	/* account for the border */
	left: -2px;
	top: -2px;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
* html ul.nav li {
	z-index: 201;
}