
	/* NAV - top horizontal nav */
	#nav {margin: 0;list-style: none;  margin-left:13px; height:33px;
		background: transparent url("/css/images/header-bar.png") no-repeat top left; }
	#nav li {margin: 0;padding:0; float:left;  list-style-type:none; }
	
	#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active { text-decoration:none;cursor:pointer;
		display: block; padding:6px 10px 7px; margin-right:2px; position:relative;   }
		
	#nav li.home {margin-left:2px; }

	#nav li.home a, #nav li.home a:visited, #nav li.home a:active , #nav li.home a:link { padding-left:30px;
		background: transparent url("/css/images/homeicon.jpg") no-repeat 5px -1px;  }
		
	 #nav li.home a:hover { background: transparent url("/css/images/homeicon.jpg") no-repeat 5px -33px;  }
	
	/* hide from IE mac \*/
	#nav li {width:auto}
	/* end hiding from IE5 mac */

	#nav li div {  }
	#nav a { color: #fff; font-weight:bold;  }
	
	#nav li a:hover { text-decoration:none;  }

	#nav li.last{ border:0; }
	
	/* NAV - footernav vertical nav */
	
	.footernav a { color: #fff; line-height:18px; font-size:12px; font-weight:bold; }
	.footernav a:hover { color: #afafaf; } 
	
	/* hide from IE mac \*/
	.footernav li {width:auto}
	/* end hiding from IE5 mac */	

	
