#menu{
	position: relative;
	float: right;	
	width: 740px;
	top: 45px;
}


#menu a{
	position: relative;
	float: right;	
	font-size: 14px; 
	text-transform: uppercase;
	margin: 0 20px 0 30px;
	text-decoration: none;
	color: white;
}

#menu a:hover, #menu a.selected{
	text-decoration: underline;
}



