

ul#menu{float: left;width: 100%;color: #DDD;}


#menu,#menu li{margin: 0;padding: 0;list-style-type: none}

#menu li, #menu a, #menu span{float: left;height: 22px;line-height: 22px}


#menu a{text-decoration: none; color: #fff; font-family: Verdana; font-size: 14px; text-align: left}

#pippo{padding-left: 30px}


/* Menù visibile */

#menu a{background: url(menubutton.gif) top left; color: #A53400; width: 100%}

#menu a span{background: url(menubutton.gif) top right}



/* 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}
