#nav {
	margin: 0;
	padding: 0 0 0;
	font: normal 14px/1.5em "Andale Mono", "Lucida Console", "MS Gothic", "Arial Narrow", Arial, monospace;
	text-transform: uppercase; 
	text-align: center;
	color: #999;
	}

#nav ul { 
/* 	width: 900px; */
	margin: 0 auto;
	padding: 5px 0; 
	list-style-type: none;
	}
	
#nav li { 
	display: inline;
	margin: 10px;
	padding: 5px;
	}

#nav a 						{ text-decoration: none; font-weight: normal; padding-bottom: 2px; }
#nav a:link 			{ color: #999; }
#nav a:visited 		{ color: #999; }
#nav a:hover 			{ color: rgb(255,135,0); border-bottom: 2px solid rgb(255,135,0); }
#nav a:active 		{ color: white; border-bottom: none; }

#nav a.on 				{ font-size: 16px; text-decoration: none; font-weight: normal; padding-bottom: 2px;  }
#nav a.on:link 		{ color: white; border-bottom: 3px solid white; }
#nav a.on:visited { color: white; border-bottom: 3px solid white; }
#nav a.on:hover 	{ color: rgb(255,135,0); border-bottom: 3px solid rgb(255,135,0); }
#nav a.on:active 	{ color: white; border-bottom: none; }
