div#menu{
	position: relative;
	top: 8px;
	height: 37px;
	width: 100%;
	background-color: #8E949F;
	background-image: url(immagini/menu_bkg.png);
	background-repeat: repeat-x;
}

div#menu_left{
	width: 6px;
	height: 37px;
	background-image: url(immagini/menu_left.png);
	background-repeat: no-repeat;
	float: left;
}

div#menu_right{
	width: 7px;
	height: 37px;
	background-image: url(immagini/menu_right.png);
	background-repeat: no-repeat;
	float: right;
}

div#menu_center{
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
	width: 963px;
	height: 27px;
	padding-top: 10px;
}

.divisore{
	width: 10px;
	padding-right: 13px;
	padding-left: 13px;
}

.menuLink{
	text-decoration: none;
	color: #FFFFFF;
}

.menuLinkAdmin{
	text-decoration: none;
	color:  orange;
}

.menuLinkAdmin:hover{
	text-decoration: underline;
	color: orange;
}


.menuLinkAdmin2
{
	text-decoration: none;
	color: highlight;
}

.menuLinkAdmin2:hover{
	text-decoration: underline;
	color: highlight;
}


.menuLinkFooter
{
	font-size: 90%;
	text-decoration: underline;
	color: #0000ff;
}

.menuLink:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
