/* CSS Document */

div#menu ul{
	list-style:none;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contenitore #corpo #menu {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	height: 33px;
}

div#menu ul li{
	float: left;
	margin:0 0 0 3px;
	border: 1px solid #666666;
	margin-top: 3px;
	padding-right: 4px;
	padding-left: 4px;
}
div#menu a{
	display: block;
	height: 25px;
	line-height: 25px;
	text-decoration:none;
	text-align: center;
	background-color: #F0FAFF;
	font-family: sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
div#menu a:hover{background-color: #FCECFF;color: #31640B}
a:visited {
	color: #C60000;
}

