@charset "utf-8";
/* CSS Document */<!--
body {
	background-color: #deddd9;
}
.Stile3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9A0433;
}
.style14 {color: #666666}
.style5 {font-family: Arial, Helvetica, sans-serif}
.style7 {font-size: 14px
}

-->

<!--inizia il css del menu sinistro -->

#navcontainer
{ 
width: 200px;
}

#navcontainer a
{
text-align:left;
display: block;
padding:5px;
width: 191px;
background-color: #ffffff;
border-bottom: 1px solid #eee;
}

#menu{
width: 200px;
padding: 0;
margin: 0;
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
list-style: none;
text-decoration: none; 
}

#menu ul{
list-style: none;
margin: 0;
padding: 0;
}

#menu ul li {
margin: 0;
padding: 0;
}

#menu ul li a {
display: block; 
width:80%;
border-bottom: 1px dashed #999;
text-decoration: none; 
padding: 5px 0 2px 4px;
color: #000000;
}

#menu ul li a {
display: block; 
width:100%;
border-bottom: 1px dashed #999;
text-decoration: none; 
padding: 5px 0 2px 4px;
color: #000000;
}

#menu a:hover{
color: #000;
background-color: #eee;
text-decoration:none;
}

<!--inizio css menu orizzontale-->

#navcontainer2
{
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 10px;
}

#navlist2 li
{
display: inline;
padding-bottom: 14px;
padding-left: 5px;
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
}

#navlist2 a
{
padding-left: 32px;
padding-bottom: 5px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #a5063b;
}

#navlist2 a:link, #navlist a:visited
{

font-family: Arial, Helvetica, sans-serif;
padding-left: 32px;
background-image:url(bulletfoglia.png);
background-repeat: no-repeat;
background-position: 0 -32px;

}

#navlist2 a:hover
{
font-family: Arial, Helvetica, sans-serif;
padding-left: 32px;
background-image:url(bulletfoglia.png); 
background-repeat: no-repeat;
background-position: 0 -12px;

}

div#navcontainer2 ul
{
text-align: center;
margin: 0;
padding-left: 0px;
padding-top:5px;
padding-bottom:5px;
}

.Stile4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #9A0433;
	text-decoration: none;
}
a:visited {
	color: #9A0433;
	text-decoration: none;
}
a:hover {
	color: #9A0433;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.Stile9 {color: #A5063B}

