div.contenitoreMenuPrincipale
{
	background-color:#000000; 
	color:#FFFFFF; 
	height:25px; 
	position:relative; 
	width:100%; 
	border-bottom-style:solid;
	border-bottom-color:#333333;
	border-bottom-width:2px;
	text-align:justify;
}

div.contenutoMenuPrincipale
{
	position:absolute; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	top:5px;
	left:10px;
}

div.immagineMenuPrincipale
{
	width:100%;
	height:180px;
	text-align:center;
	position:relative;
}

div.contenutoimmagineMenuPrincipale
{
	position:absolute; 
	top:5px;
	left:0px;
}


