

ul#menu{float: left;width: 100%;color: #DDD;

background: #ffffff}


#menu,#menu li{margin: 0;padding: 0;list-style-type: none}

#menu li,#menu a, #menu span{float: left;height: 30px;line-height: 30px}


#menu a{text-decoration: none; padding-left: 30px; font-family: Verdana; font-size: 12px;}

#menu span{padding-right: 10px;cursor: pointer;}



/* Menù visibile */

#menu a{background: url(menubutton.gif) top left;color: #340D71}

#menu a span{background: url(menubutton.gif) top right}



/* Menù On Mouse Over */

#menu a:hover{background: url(menubutton.gif) bottom left;color: #EB3D00}

#menu a:hover span{background: url(menubutton.gif) bottom right}


/* Current - se selezionato */

#menu #current a{background: url(menubutton.gif) bottom left;color: #EB3D00}

#menu #current span{background: url(menubutton.gif) bottom right}