#menubar{
	margin:0 0;
	height:30px;
	width:100%;
	z-index: 5;
	position:absolute;

}
#menuframe{
	overflow: hidden;
	margin:0 auto;
	height:30px;
	width:575px;
	min-width:480px;
	background: url('../images/stripbg.png') repeat;
	border-bottom:1px solid #4F4F4F;
	border-right:1px solid #4F4F4F;
	border-left:1px solid #4F4F4F;
	text-align:center;
	color:#ccc;
	font:14px verdana, Arial, sans-serif;
}

.hoverBtn, .attivo {
	position: 		relative;
	float:			left;
	background:		url(../images/navbutton.png) repeat-x 0 0 scroll;
}
.hoverBtn a, .attivo a {
	position: 		relative;
	z-index: 		3;
	display: 		block;
	width: 			115px;
	height: 		30px;
	line-height: 	30px;
	text-align: 	center;
	font-size:		1em;
	text-decoration:	none;
	color:			#ccc;
	background:		transparent none repeat-x 0 0 scroll;
}
.attivo a {
	color:			#d8416E;
}

.hoverBtn div, .attivo div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		url(../images/navHover.png) repeat-x 0 0 scroll;
}