/* Even srl CSS*/

.style1 {
font-family: verdana;
font-size: 9px;
color: #CCCCCC;
text-transform: none;
}
.style2 {color: #333333}
.style3 {font-size: 8px}
.style4 {
font-family: Verdana;
color: #333333;
}
.testo {
font-family: verdana;
font-size: 12px;
color: #999999;
line-height: normal;
font-style: normal;
text-transform: none;
}
.testopiccolo {
font-family: verdana;
font-size: 9px;
font-style: normal;
font-weight: normal;
color: #cccccc;
text-transform: none;
font-variant: normal;
}
.verde {
font-family: verdana;
font-size: 12px;
color: rgb(80,150,40);
font-style: normal;
line-height: normal;
text-transform: none;
}
.style5 {
color: #3399FF;
font-weight: bold;
}
.sottomenu {
font-family: verdana;
font-size: 10px;
font-weight: bold;
color: #666666;
font-style: normal;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
body {
background-color: rgb(111,111,111);
background-image: url(images/sfumatura.jpg);
background-repeat: repeat-x;
}
.titoli {
font-family: Verdana;
color: #333333;
font-size: 16px;
font-style: normal;
line-height: normal;
text-transform: none;
}

/* Menu */
#menu {
font-family: Arial, sans-serif;
font-weight: bold;
#text-transform: uppercase;
margin: 0px 0;
padding: 0 0 0 10px;
list-style-type: none;
font-size: 13px;
background: #eee;
height: 34px;
border-top: 2px solid #eee;
border-left: 2px solid #eee;
border-bottom: 2px solid #ccc;
border-right: 2px solid #ccc;
}
#menu li {
float: left;
margin: 0;
}
#menu li a {
text-decoration: none;
display: block;
padding: 0 20px;
line-height: 34px;
color: #666;
}
/* Menu it */
#menu.it {
border-top: 2px solid rgb(63,136,24);
border-left: 2px solid rgb(63,123,24);
border-bottom: 2px solid rgb(63,100,24);
border-right: 2px solid rgb(63,123,24);
background: rgb(63,123,24);}
#menu.it a {color: #fff;}
#menu.it li a:hover, #menu.it li.active a {
color: rgb(40,70,24);
background: rgb(80,150,40); 
border-bottom: 2px solid rgb(63,100,24);
}
