.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
	vertical-align: middle;
	padding-top:15px;
	z-index: 99;
	}
.menu ul{
	background:#333333;
	height:30px;
	list-style:none;
	margin:0;
	padding:0 0 0 80px;    /* per centrare le voci */
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#333333 url("/static/img/menu/seperator.gif") bottom right no-repeat;
		color:#CCCCCC;
		display:block;
		font-weight:normal;
		line-height:30px;
		margin:0px;
		padding:0px 10px;
		text-align:left;
		text-decoration:none;
		}
		.menu li a:hover , .menu ul li:hover a{
	background: #2580a2;
	color:#FFFFFF;
	text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;

		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
    .menu li ul.one {
        position:absolute;
        width:235px;
        z-index:200;
    }
    .menu li ul.two {
        position: absolute;
        margin: 0 0 0 225px;
        width:235px;
        z-index:210;
    }

	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:300px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:30px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2;
			border:0px;
			color:#000000;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	


/* classe dei <a> di primo livello, cioe' i reparti */
a.bottone {
    color: white;
}

	
#bottone_1 ul li {
	background:#fff44F;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #2580a2;
	font-size:12px;
	display:block;
			}

#bottone_1 a:hover {
	background:#2580a2;
	border:0px;
	text-decoration:none;
			}

/* elemento del menu, per controllare il colore del testo */
#bottone_1 a.elemento { 
    color: black;
}



#bottone_2 ul li {
	background:#b62170;
	color: #000000;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #2580a2;
			}

#bottone_2 a:hover {
	background:#2580a2;
	border:0px;
	text-decoration:none;
	color: #FFFFFF;
			}

#bottone_3 ul li {
	background:#0ab14b;
	color: #000000;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #2580a2;
			}
			
#bottone_3 a:hover {
	background:#2580a2;
	border:0px;
	text-decoration:none;
	color: #FFFFFF;
			}
			
#bottone_4 ul li {
	background:#3d1154;
	color: #000000;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #2580a2;
			}
			
#bottone_4 a:hover {
	background:#2580a2;
	border:0px;
	text-decoration:none;
	color: #FFFFFF;
			}
			
#bottone_5 ul li {
	background:#875013;
	color: #000000;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #2580a2;
	width:auto;
			}
			
#bottone_5 a:hover {
	background:#2580a2;
	border:0px;
	text-decoration:none;
	color: #FFFFFF;
			}
			
#bottone_6 ul li {
	background:#ff9933;
	color: #000000;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #2580a2;
	width:auto;
			}
			
#bottone_6 a:hover {
	background:#2580a2;
	border:0px;
	text-decoration:none;
	color: #FFFFFF;
			}																																				

