#menu span
{
	clear: both;
	text-transform: uppercase;
	color: #AAAAAA;
	font-weight: bold;
}

#menu ul
{
	margin: 0;
	padding: 0 0 30px 0;
	list-style: none;
}

#menu ul li
{
	clear: both;
}

#menu ul li img
{
	float: left;
	width: 20px;
}

#menu ul li a
{
	float: left;
	width: 146px;
	padding: 0 0 0 4px;
	
	line-height: 22px;
	text-decoration: none;
	color: #666666;
}
#menu ul li a:hover,
#menu ul li a.active
{
	text-decoration: underline;
}
