
/*MENU SOTTOSEZIONE*/


#navcontainerss {
	width: 170px;
	margin: 0px;
	padding: 0px;
}



ul#navlistss
{
	white-space: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#navlistss li
{
display: inline;
list-style-type: none;
}

#navlistss a {
	line-height: 16px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	display:block;
	margin-bottom: 6px;
}

* html #navlistss a { /* hack per IE*/
	line-height: 16px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	display:block;
	margin-bottom: 6px;
}

#navlistss a:link, #navlistss a:visited
{
	color: #5D89D9;
	background-color: #CFDEF3;
	text-decoration: none;
	font-weight: bold;
}

#navlistss a:hover
{
	color: #fff;
	background-color: #5D89D9;
	text-decoration: none;
	font-weight: bold;

}


.navlistactivess {
	background-color: #5D89D9;
}

/*END MENU SOTTOSEZIONE*/