@charset "utf-8";
/* CSS Document */

#menu{
	margin				: 0;
	padding				: 0;
	list-style-type		: none;
	clear				: both;
	width				: 853px;
	height				: 30px;
}

#menu li{
	margin				: 0;
	padding				: 10px 33px 0 33px;
	float				: left;
	text-align			: center;
}

#menu li a{
	color				: #fff;
	font-size			: 16px;
	text-decoration		: none;
}

#menu li a:hover, #menu li a.selected{
	color				: #728fc2;
}