/*Menu verticale*/

#navcontainer {
	width: 100%;
	margin-top: 5px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	background-color: #867BA4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	width: 98%;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #AAC461;
color: #fff;
}
