.menuContainer {
	padding:0px 0px;
}

.ddmx {

}

.ddmx td {
	padding: 0px;	
	margin: 0px;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	font-family: Verdana ,serif , sans-serif;
	font-size:   8pt;
	line-height: 1.4em;		
	padding: 			2px 10px 3px 10px;
	color: 				#900;
	background: #FAECC9;
	text-decoration: 	none;
	display: 			block;
	white-space: 		nowrap;
	position: 			relative; 
	text-align: center;
	border:1px solid #900;
	width: 110px;
	margin: 2px;
}

.ddmx .item1 
{
   color: #900;
   background: #FCCF8C;
   border:1px solid #999;
/*	border-bottom: 3px solid #C94227; */
}


/* ELEMENTI DEL MENU */

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover { /* elementi del sottomenu HOVER */
	padding: 	2px 2px 3px 2px;
	font-family: Verdana ,serif , sans-serif;
	font-size:   8pt;
	line-height: 1.4em;		
	color: #900;
   background: #FAECC9;
   text-decoration: none;
   display: block;
   white-space: nowrap;
   position: relative;
   z-index: 500;
/*    opacity: 1;*/
/*    filter: alpha(opacity=100); */
   text-align: center;
	margin-top: 2px;
	margin-left: 2px;
   border:1px solid #900;
}

.ddmx .item2 { /* colore sottomenu */
	margin-top: 2px;	 
	color: #900;
	background: #FCCF8C;	
/*    opacity: .8;*/
/*    filter: alpha(opacity=80); */
	border: 1px solid #999;
}


/* SEZIONI */
.ddmx .section {
	border: 1px;
   position: absolute;
   visibility: hidden;
   z-index: -1;
	min-width:140px;
	margin-top: -2px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
