
#mainMenu {
	position: absolute;
	top: 0px;
	right: 80px;
	height: 30px;
	margin-top:20px;
	padding: 10px 0 0 18px;
	overflow: visible;
	z-index:1;}

#mainMenu ul {
	padding: 0;
	margin: 0;
}

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#mainMenu ul li {float: left; margin-left:5px; list-style: none;}
#mainMenu ul li a {
	/*padding: 10px 20px;*/
}

#mainMenu ul li a {
	z-index: 10;
	display: block;
	float: left;
	width: 90px;
	height: 32px;
	padding: 20px 0 0 0;
	position: relative;
	overflow: hidden;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #4169e1;

}



#mainMenu li.background {
	/*background: url('../images/bg_menu_right.gif') no-repeat top right;*/
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#mainMenu .background .nuvola {
	background: url('../images/cloud.png') no-repeat top left;
	height: 60px;
	margin-right: 0px; /* 7px is the width of the rounded shape */
}

