#menu {
	float: right;
	list-style: none;
	margin: 0;
	width: 100%;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Calibri;
	font-size: 67.5%;
}
#menu a {
	color: #999999;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	background-image: url(images/seperator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 12px;
	padding-left: 12px;
}
#menu a:hover {
	color: #fff;
	padding-bottom: 8px;
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
