
#menu_verticale {
margin: 10px;
padding: 0px;
}
#menu_verticale li {
list-style:none;
margin: 0px;
padding: 0px;
border-bottom: 2px solid #fff;
background: #449e2d;
}
#menu_verticale li:hover{
background:#B8DCAD;
}
#menu_verticale li:hover a{
color: #333;
}
#menu_verticale a{
color: #fff;
margin: 0px;
padding: 2px 3px;
font-weight:bold;
font-family: sans, Verdana;
font-size:12px;
}
#menu_verticale a:hover {
text-decoration:none;
}
#menu_verticale li a{
background: url(../../imgs/layout/dot_menu.gif) 8px 9px no-repeat;
padding: 5px 5px 5px 20px;
display: block;
}
#menu_verticale li.current a{
background: url(../../imgs/layout/dot_menu.gif) 8px 9px no-repeat #449e2d;
}


#menu_verticale ul.sub a{
color: #666;
}

#menu_verticale ul.sub{
font-size: 10px;
color: #7D7D7D;
padding: 0px;
margin: 0px;
background:#E9F4E6;
}
#menu_verticale .sub li{
background:#E9F4E6;
border: 0px;
border-bottom: #fff 1px solid;
}
#menu_verticale .sub li.first{
border-top: 2px solid #fff;
}
#menu_verticale .sub li:hover{
background:#D2E7CB;
}
#menu_verticale .sub li a{
background: url(../../imgs/layout/line_menu.gif) 20px 10px no-repeat;
padding: 2px 5px 2px 30px;
display: block;
}
#menu_verticale .sub li.current a{
background: url(../../imgs/layout/line_menu.gif) 20px 10px no-repeat #d2e7cb;
}

#login{
font-family: sans, Verdana;
background: #449e2d;
width: 170px;
margin: 0px auto;
margin-top: 20px;
}
#login fieldset{
border: 0px;
margin: 0px;
padding: 0px;
}
#login_center{
padding: 5px;
}
#login_top{
font-family: sans, Verdana;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-weight: bold;
text-align: center;
background: url(../../imgs/layout/login_top.jpg) no-repeat top left #449e2d;
padding: 5px 5px 10px 5px;
}
#login_bottom{
background: url(../../imgs/layout/login_bottom.jpg) no-repeat top left #449e2d;
padding-top: 15px;
}
#login p{
font-size: 11px;
margin: 5px 0px;
color: #fff;
}
#login a{
color: #fff;
}
#login input{
width: 155px;
border: 1px solid #666;
background: #e9f4e6;
}
#login .submit{
cursor: pointer;
margin: 0px auto;
width: auto;
margin-top: 10px;
}

/*registrazione*/

#registrazione{
font-family: sans, Verdana;
background: #449e2d;
width: 170px;
margin: 0px auto;
margin-top: 20px;
}
#registrazione_center{
padding: 5px 5px 5px 30px;
background: url(../../imgs/icons/locked.gif) no-repeat 5px 5px #449e2d;
}
#registrazione h5{
font-family: sans, Verdana;
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-weight: bold;
}
#registrazione a{
color: #fff;
}
#registrazione_top{
background: url(../../imgs/layout/login_top.jpg) no-repeat top left #449e2d;
padding: 5px 5px 10px 5px;
}
#registrazione_bottom{
background: url(../../imgs/layout/login_bottom.jpg) no-repeat top left #449e2d;
padding-top: 15px;
}
#registrazione p{
font-size: 11px;
margin: 5px 0px;
color: #fff;
}
#menu_utente{
list-style: none;
padding-left: 20px;
color: #fff;
}
#menu_utente a{
color: #fff;
font-weight: bold;
font-size: 11px;
}
