	
#ulnav{/*re-sets default style */
	list-style: none;
	padding: 0px;
	font-size:1em;
	border:none;
	float:left;
	text-align:left;
	}


#ulnav ul { /* all lists */
	padding: 0px;
	margin:0px;
	list-style: none;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}

#ulnav a {/* styles the main nav bar [ff margin -16px 0 0 0]*/
	display: block;
	text-align:center;
	text-decoration: none;
	padding: 8px 15px 0px 15px;
	font-size:.8em;
	color:#0D4817;
	}
	
#ulnav li { /* all list items */
	padding:0;
	margin: 0;
	float: left;
	/* width: 10em; width needed or else Opera goes nuts */
	}

#ulnav li a{/* specific to the istance of the drop menu for [mac reset H-24px P-10px]*/
	height:25px;
	padding-top:6px;
	margin:-13px 0 0 0;
	}

#ulnav ul li {/* re-set */
	margin:0px;
	height:100%;
	}

#ulnav ul li a{/* re-set */
	margin:0px;
	padding:0px 0px 0px 0px;
	}

#ulnav li ul li{/* width of the bg layer cells */
	width: 8em;
	}


#ulnav li ul li a{/* txt positioning with in the cells*/
	color:#0D4817;
	text-align:left;
	padding:6px 5px 0px 9px;
	background-image:none;
	background:#A9DFAE none repeat scroll 0%;
	margin:0px;
	}


#ulnav li ul li ul li a{/* txt positioning with in the cells at second level */
	padding:6px 5px 0px 9px;
	margin-top:0px;
	}	

#ulnav .link:hover{/* gives the main nav the  bg of png [for mac reset H-23px*/
	background-color:#A9DFAE;
	height:25px;
	margin:-13px 0 0 0;
	}

#ulnav li ul a:hover{/*all sub menu bg color*/
	background-color:#75CC7D;
	}

#ulnav li ul { /* sets the bg within the boarders*/
	position: absolute;
	background:#00CCFF;/*#E6E8B0*/
	width: 8em;
	left: -999em;
	margin: 0;
	padding: 0px;
	}

#ulnav li:hover ul, #ulnav li.sfhover ul a{ /* lists nested under hovered list items */
	left: auto;
	}

 
#ulnav li ul ul {/* moves the Sub levels up and down by the margins*/
	margin: -2.29em 0 0 9.8em;
	}

#ulnav li:hover ul ul, #ulnav li:hover ul ul ul, #ulnav li.sfhover ul ul, #ulnav li.sfhover ul ul ul {/* lists nested under hovered list items */
	left: -999em;
	}

#ulnav li:hover ul, #ulnav li li:hover ul, #ulnav li li li:hover ul, #ulnav li.sfhover ul, #ulnav li li.sfhover ul, #ulnav li li li.sfhover ul { 
	left: auto;
	}

#ulnav ul li a.daddy {/* directs to sub menue */
	background-image:url(../img/arrow_menu.png);
	background-repeat:no-repeat;
	background-position:right center;
	}
	


#ulnav a{
	background-image:url(../img/nav_divider.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#ulnav a:hover{/*all sub menu bg color*/
	background-color:#A9DFAE;
	}	

#no-spacer {
	background-image:none;
} 

/* ################################################## */