	
	body { behavior:url("csshover.htc"); }	

	#nav, #nav ul { /* all lists */
		margin-top:13px;
		list-style: none;
		float : left;
		width :137px;
		height:22px;
		background:white;
		
		
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		width: 137px;
		height:22px;	
		background:white;

		
		
	}
	
	#nav li ul { /* second-level lists */
		position :relative;
		left: -999em;
		margin-left : 137px;
		margin-top:-25px;
		background:white;
		
		
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		background:white;
		
	}
	
	#nav li a {
		width:137px;
		height:22px;
		background:white;
		
		
	}
	
	#nav li a:hover {
		color : white;
		background:white;

		

	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
		background:white;
	}
	
	#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 { /* lists nested under hovered list items */
		left: auto;
		background:white;
	}
	#nav ul ul, li:hover ul ul { 
   	display:none;
	background:white;
}

	/* 12 and 23*/
	#nav li:hover ul, li:hover li:hover ul { 
   	display:block;
	background:white;
}

#nav font {
	color:#8c8277;
	font-size:10px;
	background:white;
	}



<!--- NAVIGATION MENU 2 --->

#nav2, #nav2 ul { /* all lists */
	
	list-style: none;
	disaply:block;
	float:left;
	
}
#nav2 li a {
text-decoration:none;
}

#nav2 a {
	background:#FFFFFF;
	font: Arial, sans-serif;
	text-decoration: none; 
	border: thin 1px #8c8277 solid;
}
#nav2 a:hover {
	color:#ffffff;
	background:#FFFFF;
	text-decoration:none;

	}

#nav2 li { /* all list items */
	list-style: none;
	background:#FFFFFF;
	float:left;
}

#nav2 li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
}

#nav2 li:hover ul, #nav2 li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}





</style>


