.menu-list a:hover, .menu-list a.active {
	background: #000 none repeat scroll 0 0;
	text-decoration: none;
	color: #fff;
}

.menu-list a {
	margin-right: 1px;
	padding: 4px 7px;
	text-decoration: none;
	color: #9F9F9F;
}

.menu-list li {
	list-style: none;
	display: inline;
}

