/* ---- Navigation Elements ---- */
		.nav { width: 800px; height: 50px; background: url("../images/navbg.png"); }
		#nav, #nav ul { margin: 0; list-style: none; }
		#nav li { float: left; }
		#nav li ul { position: absolute; left: -999em; }
		#nav li:hover ul { left: auto; }
		#nav li.sfhover ul { left: auto; margin-left: 0px; }
		
/* --- NAV LINKS --- */
		#nav a /* All Links in General */
		{
		display: block;
		height: 50px;
		}
		
		#nav li a:hover /* Top Row Main Links */
		{
		background: url("../images/navbg-over.png") no-repeat;
		background-position: 0 45px;
		}
		
		#nav li a:active
		{
		background: url("../images/navbg-over.png") no-repeat;
		background-position: 0 45px;
		}
		
		#nav li ul li a /* Drop Down Links */
		{
		height: 15px;
		text-align: left;
		font-size: 12px;
		border-bottom: #000000 2px solid;
		border-left: #cccc33 1px solid;
		border-right: #cccc33 1px solid;
		color: #000000;
		padding-top: 5px;
		padding-bottom: 5px;
		text-decoration: none;
		background: #e2eaa4;
		}
		
		#nav li ul li a:hover
		{
		text-indent: 5px;
		font-weight: bold;
		background: #ffffff url("../images/navbg-liover.png") no-repeat;
		background-position: 0 21px;
		padding: 5px;
		border-bottom: #000000 2px solid;
		}
		
		#nav li ul li a:active
		{
		background: #ffffff;
		background-position: 0 21px;
		font-style: italic;
		text-indent: 10px;
		}
/* Main Links/Drop Down Widths */
		.nav1 { width: 214px; }
		.nav2 { width: 214px; }
		.nav3 { width: 153px; }
		.nav4 { width: 98px; }
		.nav5 { width: 121px; }
		.nav1 li, .nav2 li, .nav3 li, .nav4 li, .nav5 li { width: 100%; }
/* ---- End Navigation Elements ---- */