#nav_wrapper
{
	text-align: center;
	margin-bottom: 30px;
}

#nav{
	/*color: #ffffff;*/
	padding: 0;
}

#nav li
{ display: inline; padding: 0 5px 0 0;}

/*.accesskey{ text-decoration: underline; }*/

#nav a {
	text-transform: uppercase;
}

a{
	/*
	color: #ffffff;
	background-color: transparent;
	font-weight: bold;
	*/
	text-decoration: none;
}

a:active{
	/*
	background-color: transparent;
	*/
	color: #888888;
}

a:hover{
	/*
	background-color: transparent;
	*/
	color: #888888;
}

