#menu {
	font-family: "Trebuchet MS", Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #91a4ab;
	height: 20px;
	padding-top: 10px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	float: left;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
}
#menu ul{
	margin: 0;
	padding-left: 0;
	list-style: none;
	text-align: center;
	padding-bottom: 0px;
}
#menu span {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#menu li{
	display: inline;
	margin: 0;
	padding: 0px;
}
#menu a:link, #menu a:visited{
	color: #666666;
	text-decoration:none;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 7px;
	padding-bottom: 6px;
	text-align: center;
	margin: 0px;
}
#menu a:hover, #menu a:focus, #menu a:active{
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 7px;
	padding-right: 6px;
	padding-left: 6px;
	background-image: url(../img/sfondo_menu.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 6px;
	margin: 0px;
}

#menu li#activelink a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../img/sfondo_menu.jpg);
	background-repeat: repeat;
	background-position: left bottom;
	padding-top: 7px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	margin: 0px;
}

