
body#HOME #nav {margin:3px 0 0 0;}

/* Top Menu Nav */
#nav {margin:0;	width:871px; height:26px; background:#000; position:relative;}	
	#nav ul{float:right}
		#nav li {display:inline; margin:0; padding:0; height:auto;}
			#nav ul li a:hover{background:#ffbe10;color:#000;}

		#nav ul ul{float:right;}
		#nav ul li ul{width:840px;display:block;margin-left:150px;position:absolute;top:20px;left:-1000em;background:#fff;margin-top:0;padding:0;z-index:500;color:#000;}
			#nav ul ul li a{background:#fff; color:#000;}
	
		#nav .select{margin:0; padding:0; list-style:none;}
		#nav .select a{display:block;height:26px;float:left;background:#000;padding:0 10px; text-decoration:none;font-family:arial;font-size:11px;line-height:26px;white-space:nowrap;border-right:0px solid #000;color:#fff;}
	
		#nav .select a:hover, 
		#nav .select li:hover a{background:#ffbe10;	cursor:pointer; color:#000;}

		#nav .select li a:hover ul, 
		#nav .select li:hover ul{left:0;z-index:600;border: 0px solid red;}

		#nav .select a:hover ul li a:hover, 
		#nav .select li:hover ul li a:hover{background:#fff;color:#000;text-decoration:underline;}

		#nav .select li ul a,
		#nav .select a:hover ul li a, 
		#nav .select li:hover ul li a{display:block; background:#fff; padding:3px 10px;margin:0; white-space:nowrap; border:0; color:#877368;	font-size:10px;}


/*SIDE NAV*/
#navlist{margin-left: 10;padding-left: 0px;list-style: none;}	
	ul.ulNav{margin: 0;padding: 8px 0;list-style: none;border-top: 1px solid #877368;float:left;width: 217px;color: #877368;font-size:11px;}
		ul.ulNav li{margin-left:5px;}
	
	ul.ulNav:hover,
	ul.ulNav a:hover,
	ul.onState{background: #bdb2ad;}

	ul.sub_nav{	margin-left:10px;padding:0px;list-style-type: disc; }
	ul.sub_nav a{font-size: 11px;font-family: arial;}

	li.downArrow,
	li.downArrow:hover{	padding-left: 13px;background-image: url(images/smallarrow2.gif);background-repeat: no-repeat;background-position: 0 .1em;}
	li.rightArrow{padding-left: 13px;background-image: url(images/smallarrow.gif);background-repeat: no-repeat;background-position: 0 .1em;}

	a.second_nav_link{color: #000;font-size: 11px;font-weight:900;font-family: arial;}
	a.onStateLink{text-decoration: underline;}

	.backLink{padding-left:16px;padding-top:20px;border-top:1px solid #877368;clear:both;width:200px;}
	.backLink a{text-decoration: underline;font-weight:bold;font-size:13px;}

