.ddm1 {
    font-family: Tahoma,"Trebuchet MS", "Arial Narrow", Verdana;
		font-size:12;
		font-weight:bold;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
font-family: Tahoma,"Trebuchet MS", "Arial Narrow", Verdana;
    padding: 3px 8px 4px 8px;
    /*border: 1px #003366;*/
		border: 1px #FFFFFF; /*Antonio colore del bordo principale bianco*/
    border-style: solid solid none solid;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
font-family:Tahoma, Arial, "Times New Roman", Verdana;
		background-image:url(menu-bg.png); /*ANTONIO Background Viola*/
    /*background: #0EA138;*/
    color: #ffffff;
		text-align:center;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
font-family: Tahoma,"Trebuchet MS", "Arial Narrow", Verdana;
		background: #999999; /*Antonio backgorund over grey*/
    /*background: #FF6600;*/
    color: #ffffff;
		text-align:center;
}
.ddm1 .item2,
.ddm1 .item2:hover {
font-family: Tahoma,"Trebuchet MS", "Arial Narrow", Verdana;
    padding: 10px 8px 4px 8px;
		border-color:#666666;
		border-top-style:solid;
		border-top-width:1px;
    text-decoration:none;
    display: block;
    white-space: nowrap;
		text-align:left;
}
.ddm1 .item2 {
font-family: Tahoma,"Trebuchet MS", "Arial Narrow", Verdana;
    background: #E4E4E4; /*Tendina aperta grigio Antonio*/
		/*background: #3264C7;*/
    color: #000000; /* colore del font*/
		font-size:13px;
}
.ddm1 .item2:hover {
font-family: Tahoma,"Trebuchet MS", "Arial Narrow", Verdana;
    background: #666666;
		/*background: #6699FF;*/
    color: #ffffff;
}
.ddm1 .section {
font-family: Tahoma,"Trebuchet MS", "Arial Narrow", Verdana;
    border: 1px #666666;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.ddm1 .bottom,
.ddm1 .bottom:hover { border-style: solid solid solid solid; }

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