#menu {
	position: absolute;
	left: 685px;
	top: 106px;
}

#menu ul {
	width: 153px;
		
	list-style-type: none;
	
	text-align: left;
}

#menu ul li {
	width: 153px;
	height: 26px;
	
	margin-bottom: 1px;
}

#menu ul li a {
	width: 120px;
	height: 22px;
	
	padding-left: 33px;
	padding-top: 4px;
	
	display: block;
	
	font-size: 15px;
	font-weight: 600;
	
	text-decoration: none;
	
	color: #000;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li.active a {
	cursor: default;
	
	background-image: url('../images/modules/menu-hover-bg.png');
	background-repeat: no-repeat;
}

#menu ul li.active a:hover {
	text-decoration: none;
}

