

#menu {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#menu li {
	padding: 0;
	text-align: center;
}

#menu li:hover {
	background-color:#b0428c;
}

#menu li.selected {
	background-color:#b0428c;
}

#menu a {
	display: inline-block;
	padding: 0.75em 1em;
	text-decoration: none;
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}

