.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 100px; /*default  width of main box */
border: 0px solid #dd0c19;
/*position: relative;*/
position:absolute; 
top:13px;
margin-left:-130px;
cursor: hand;
cursor: pointer;
background-image: url(/media/bg_switch_lang.gif);
background-repeat: repeat-x;
color:#66050b;
font-weight:normal; font-size:11px;
}


/*	STILI PER HOME PAGE		*/

#main-home  .dhtmlselect{
position:absolute; 
top:415px;
margin-left:-130px;
background:#000;
color:#fff; vertical-align:center; z-index:3500;
}
#main-home .dhtmlselect .dropdown  {z-index:3500; }
#main-home .dhtmlselect .dropdown a, #main-home .dhtmlselect .dropdown a:hover{ color:#fff; background:#000; border:solid 1px #000;}
#main-home  .dhtmlselect .downimage {margin-top:10px; vertical-align:center; text-align:baseline;}

/*	fine   STILI PER HOME PAGE		*/

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
/*position: absolute;
right: -25px;*/
margin-top:5px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover 
position: absolute;
left: 0;*/
width: 100px; /*default width of drop down menu*/
border: 0px solid #dd0c19;
border-bottom-width: 0;
display: none;
/*z-index: 5;*/
font-weight:normal; font-size:11px;
text-align:center;
color:#66050b;
padding:3px 0px;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: #dd0c19;
border-bottom: 0px solid #dd0c19;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color:#66050b;
font-weight:normal; font-size:11px;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background: #dd0c19;
font-weight:normal; font-size:11px;
color:#66050b;

}