/* CSS Document */

a {
text-decoration:none;
color:#FFFFFF;
}

.menubottoni {
width:160px;
margin-left:0;
padding:0;
list-style:none;
}

.menubottoni a {
display:block;
height:61px;
text-decoration:none;
}

#faq a {
background:url(../immagini/bottone%20faq.jpg);
}
#faq a:hover {
background:url(../immagini/bottone%20faq%20premuto.jpg);
}

#adozioni a {
background:url(../immagini/bottone%20schede%20adozioni.jpg) center no-repeat;
}
#adozioni a:hover {
background:url(../immagini/bottone%20schede%20adozioni%20premuto.jpg) center no-repeat;
}

#base a {
background:url(../immagini/bottone%20base.jpg) center no-repeat;
}
#base a:hover {
background:url(../immagini/bottone%20base%20premuto.jpg) center no-repeat;
}

#premium a {
background:url(../immagini/bottone%20premium.jpg) center no-repeat;
}
#premium a:hover {
background:url(../immagini/bottone%20premium%20premuto.jpg) center no-repeat;
}

#gold a {
background:url(../immagini/bottone%20gold.jpg) center no-repeat;
}
#gold a:hover {
background:url(../immagini/bottone%20gold%20premuto.jpg) center no-repeat;
}

#platinum a {
background:url(../immagini/bottone%20platinum.jpg) center no-repeat;
}
#platinum a:hover {
background:url(../immagini/bottone%20platinum%20premuto.jpg) center no-repeat;
}

/*REGOLA MENU REGIONI*/

.menuregioni {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
text-align:left;
color:#FFFFFF;
list-style:none;
}

.menuregioni li {
padding-top:5px;
}

.menuregioni a {
text-decoration:none;
color:#FFFFFF;
}

.menuregioni a:hover {
color:#FF0000;
padding:5px;
}


