#menu {
	list-style: none;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin: 0px;
	padding: 0px;
}

#menu li {
	margin: 0;
	padding: 0;
	float: left;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 90%;
}

#menu a {
	color: #000000;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
	background-color: #F9F9F9;
}

#menu a:hover {
	color: #000000;
	background-image: url(../img/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1cffac;
}

#menu .active a {
	background-image: url(../img/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #E9E9E9;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1cffac;
}
