
#menu {
	height: 25px;
	width: 100%;
	background-color:#fff;
	margin-bottom: 8px;
	display:block;
}

#menu ul {
	padding: 0;
	margin: 0;
	background-color:#EDEDED;
	list-style:none;
	font-size: 0.85em;
	font-weight: bold;
	text-transform: uppercase;
}

#menu ul li { display:block; list-style:none;}

#menu ul li a {
	color: #333333;
	text-decoration: none;
	padding: 6px 7px 2px 5px;
	float:left;
}

#menu ul li a:hover {
	color: #000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}