#menu {
	background: #d21e49;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 15px;
}
#menu li {
	float: none;
	font: 95% "tahoma","Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #d21e49 bottom right no-repeat;
	color: white;
	display: block;

	margin: 0;
	padding: 3px 5px;
	text-decoration: none;
	letter-spacing: 1px;
	font: normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#menu a:hover {
	color: #fff;
	padding-bottom: 2px;
	text-decoration: none;
	border-top-width: 0.4px;
	border-bottom-width: 0.4px;
	border-bottom-style: solid;
}
