body {
	margin: 0;
	padding: 0px;
	font-family: Arial;
	background-color: #303136;
	font-size: .75em;
	color: #333;
}
ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 97px;
	width: 570px;
	position: relative;
	top: 0px;
	left: 0px;
}
ul#menu li {
	float: left;
	display: inline;
	height: 97px;
	margin: 0 0px;
	overflow: hidden;
}

ul#menu li a {
	display: block;
	height: 97px;
	text-indent: -999em;
}

ul#menu li.red a {
	background: url(images/menu/menured.jpg) 0 0 no-repeat;
	width: 94px;
}
ul#menu li.blue a {
	background: url(images/menu/menublue.jpg) 0 0 no-repeat;
	width: 94px;
}
ul#menu li.green a {
	background: url(images/menu/menugreen.jpg) 0 0 no-repeat;
	width: 94px;
}
ul#menu li.pink a {
	background: url(images/menu/menupink.jpg) 0 0 no-repeat;
	width: 94px;
}
ul#menu li.orange a {
	background: url(images/menu/menuorange.jpg) 0 0 no-repeat;
	width: 94px;
}
ul#menu li.mix a {
	background: url(images/menu/menumix.jpg) 0 0 no-repeat;
	width: 94px;
}

ul#menu li.red a:hover, ul#menu li.blue a:hover,
ul#menu li.green a:hover, ul#menu li.pink a:hover,
ul#menu li.orange a:hover, ul#menu li.mix a:hover {
	background-position: bottom left;
}