/*
 #dropdown { position: relative; float: right; width: 183px; display: none; top: -1px;
    font: normal 12px/15px 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif; }
*/
#dropdown { position: absolute; height: 100px; right: 0px; z-index: 100; width: 183px; display: none;
  top: 77px; font: normal 12px/15px 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
  }
#dropdown ul { margin: 0px; padding: 0px; list-style: none; }
#dropdown a { display: block; font: inherit; outline: none; text-decoration: none; }
#dropdown .label { position: relative; }
#dropdown a:link,
#dropdown a:visited { font-weight: normal; }
#dropdown .level2 { margin: 0px 3px 4px 3px; padding: 4px;
    background-color: #ddd; text-align: right;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px; }
#dropdown .level2 li { margin: 0px; }
#dropdown .level2 li a { padding: 3px; }
#dropdown .level2 li a:hover { -moz-border-radius: 3px; }

#dropdown .servizi { background-color: #393; }
#dropdown .servizi a { color: #eee; }
#dropdown .servizi a:hover { background-color: #6c6; }
#dropdown .prodotti { background-color: #993; }
#dropdown .prodotti a { color: #eee; }
#dropdown .prodotti a:hover { background-color: #cc6; }
#dropdown .hardware { background-color: #339; }
#dropdown .hardware a { color: #eee; }
#dropdown .hardware a:hover { background-color: #66c; }
#dropdown .streaming { background-color: #933; }
#dropdown .streaming a { color: #eee; }
#dropdown .streaming a:hover { background-color: #c66; }
#dropdown .sms { background-color: #939; }
#dropdown .sms a { color: #eee; }
#dropdown .sms a:hover { background-color: #c6c; }
#dropdown .clienti { background-color: #338299; }
#dropdown .clienti a { color: #eee; }
#dropdown .clienti a:hover { background-color: #66a0cc; }