#header-menu {
	width: 100%;
	margin-top: 1px;
	margin-bottom: 20px;
}

#header-menu:after {
	content: '';
	clear: left;
	display: block;
	height: 0px;
}

#header-menu ul {
	list-style: none;
	margin-bottom: 0px;
}

#header-menu li {
	float: left;
	text-align: center;
	background: url('../images/header-menu.jpg') no-repeat 0px 0px;
	line-height: 30px;
	width: 128px;
}

#header-menu li.current {
	background-position: 0px 0px;
}

#header-menu li a {
	display: block;
	text-decoration: none;
	color: #f8dc00;
	font-size: 12px;
}

#header-menu li a:hover {
	background: url('../images/header-menu.jpg') no-repeat 0px 0px;
	background-position: 0px 30px;
	color: #FFFFFF;
}
