@charset "utf-8";
/* CSS Document */

#dropmenudiv{
position:absolute;

margin-top:1px;

/*padding: 100px 0 0 0;*/
border:1px solid #00441a;
border-bottom-width: 0;
border-top-width: 5px;
font:normal 8px arial;
line-height:16px;


}

#dropmenudiv a{
width: 100%; 
display: block;
text-indent: 3px;
border-bottom: 1px dotted #00441a;
padding: 1px 0;
text-decoration: none;
/*font-weight: bold;*/

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ebf3da;
font-weight: bold;
}

.selezione{
background:url(../images/selezione.gif) no-repeat;

padding: 0 0 10px 0;
}


