#menu{
	float: left;
	width: 100%;
	text-align: center;
}


#menu a{
	font-family: Arial;
	font-size: 14px; 
	text-transform: uppercase;
	margin: 0 50px 0 0;
	text-decoration: none;
	color: #3f4052;
	font-weight: bold;	
}

#menu a:hover, #menu a.selected{
	text-decoration: none;
	color: #db1c17;
}



