#menu {
	float				: right;
    height				: 40px;
    margin-top			: 50px;
    margin-right		: 0px;
    width				: 750px;
    text-align			: right;
}

#menu a {
	display				: inline-block;
}

#menu a div {
	width				: auto;
	min-width			: 55px;
	height				: 29px;
	line-height			: 29px;
	font-family			: Arial, Verdana, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	background			: #eee;
	padding				: 0px 30px;
	border				: 1px solid #bab2aa;
	text-align			: center;
	box-shadow			: 0 1px 5px 0 #4A4A4A;
}

#menu a:hover { text-decoration: none; }

#menu a:hover div {
	color				: #fff;
	background			: #554c46;
}

#menu a#current div {
	color				: #fff;
	background			: #333;
}