/* Menu */
#menu {
	width: 888px;
	height: 40px;
	overflow: hidden;
}
#menu li {
	display: inline;
}
#menu a {
	color: #fff;
	float: left;
	height: 40px;
	display: block;
	padding: 0 30px;
	margin-left: 30px;
	line-height: 40px;
	font-weight: bold;
	font-size: 13px;
}
#menu .last a {
	border: 0;
}
#menu a:hover {
	font-weight: bold;
  	color: #fff;
  	background: url("../images/menu-hover.png") no-repeat center top;
}
