body {
	background: #770B0E;
	margin: 0;
	padding: 0;
}

a{
	color: #000;
}

a:hover {
	color: #960;
}

#Menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#Menu li{
	background: #000;
	float: left;
}

#Menu li a {
	text-transform: uppercase;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 117px;
	text-decoration: none;
	font-weight: bold;
}

#Menu li a:hover {
	background: #900;
	color: #FFFFCC;
}

#Menu li#Button2,
#Menu li#Button3,
#Menu li#Button4{
	margin-left: 3px;
	border-left: 0;
}
.s {
	font-size: 14px;
	color: #960;
}
