#menuWrapper {
	text-align: center;
}
#menu a{
	float: right;
	margin-left: 5px;
	padding: 5px 15px 15px;
	line-height: 20px;
	width: 100px;
	height: 20px;
	color: black;
	font-size: 16px;
	text-decoration: none;
	text-shadow: 0 1px 0 white;
	background-color: white;
	background-position: top left;
	background-repeat: repeat;
	background-image: url('../images/tab.png');
}
#menu li {
	float: right;
	width: 100px;
}
#menu a.menuItem:hover, #menu a.menuItem.active {
	background-image: none;
}