/*** Header Navigation ***/
#nav_container {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#nav_container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#nav_main {
	text-transform: uppercase;
	text-align:center;
	}
	
#nav_main li {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	text-align: center;
	height: 25px;
	}


#nav_main a {
	display: block;
	float: left;
	color: #000;
	padding: 0;
	height: 25px;
	line-height: 25px;
	margin: 0 0 0 0;
	border: none;
	font-weight:normal;
	font-size: 9px;
	position: relative;
	text-decoration: none;
	}
	
#nav_main a:hover {
	color: #333;
	border-bottom: 3px solid #000;
  	margin-bottom: -3px;	
	}