

ul#menu{float: left;width: 100%;color: #DDD;}


#menu,#menu li{margin: 0;padding: 0;list-style-type: none}

#menu li, #menu a, #sub, #menu span{float: left;height: 26px;line-height: 22px}


#menu a{text-decoration: none; font-family: Verdana; font-size: 13px; text-align: left}


#sub {text-decoration: none; font-family: Verdana; font-size: 10px; text-align: left;}


#pippo{padding-left: 25px}


/* Menù visibile */

#menu a{background: url(menubutton.gif) top left; color: #fff; width: 100%}

#menu a span{background: url(menubutton.gif) top right}

#sub{background: url(menubutton.gif) center left; color: #FECE00; width: 100%}


/* Menù On Mouse Over */

#menu a:hover{background: url(menubutton.gif) bottom left;color: #fff}

#menu a:hover span{background: url(menubutton.gif) bottom right}


/* Current - se selezionato */

#menu #current a{background: url(menubutton.gif) bottom left;color: #fff}

#menu #current span{background: url(menubutton.gif) bottom right}
