/* Page menu */
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	margin: 0; 
	margin-top: 2px;
}

#nav a { 
	display: block;
	width: 110px;
	color: #2F4D16;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 5px 12px;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li { 
	float: left;
	padding: 0;
	width: 122px;
	margin-right: 3px;
	list-style: none;
}

#nav li ul { 	/* All levels */
	position: absolute;
	left: -999em;
	height: auto;
	width: 119px;
	font-weight: normal;
	border: 2px solid #eda;
	margin: 0;
}

#nav li li {	/* Second level highlight */
	width: 119px;
}

#nav li ul a { 
	width: 119px;
}

#nav li ul ul { 
	margin: -1.9em 0 0 119px;
}

#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: #eda;
}

#nav li.topMenu:hover, #nav li.topMenu.sfhover {
	background: url(../images/spacer.gif) 0 0 no-repeat;
}

/* 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;
}