	#nav ul { 
		width: 140px; 
		margin: 0; 
		padding: 0;

		list-style: none; 
		font-family: "Tw Cen MT", Verdana, Arial, sans-serif;
	}	

	#nav li { 
		background: #333366; 
	}

	#nav li a { 
		height: 20px; 
		padding: 5px; 

		font-size: 16px; 
		text-decoration: none;

		color: #FFF;
		display: block;
	}	

	#nav li a:hover { 
		color: #FFF; 
		background: url('../../images/nav_on.gif') no-repeat 90% center;
	}

	#nav .active{ background: url('../../images/nav_on.gif') no-repeat 90% center;}
