/* Menu di sinistra che puoi essere l'elenco dei reparti in home page */
#rightmenu {
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	color: #000;
	padding: 0px 0px 0px 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	border-top: 2px solid White;
}
#rightmenu .group {
/*	border-bottom: 2px solid Black; 
	border-left: 1px dotted trasparent;
	border-right: 1px dotted trasparent;*/
	padding: 0px 2px 2px 2px;
	margin: 0px 1px 0px 1px;
	text-align: left;
}
#rightmenu .group a:link,
#rightmenu .group a:visited {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}
#rightmenu .group a:visited:hover,
#rightmenu .group a:hover {
	background-color: #FFFACD;
	color: #000;
	text-decoration: none;
}
#rightmenu .item ul {
	font-size: 11px;
	font-weight: normal;
	list-style: circle outside;
	border: 0px;
/*	border-left: 1px dotted White;
	border-right: 1px dotted White;*/
	color: #000;
	padding: 0px 2px 1px 20px;
	margin: 0px 1px 20px 1px;
}
#rightmenu .item li {
	border: 0px;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
#rightmenu .item li a:link,
#rightmenu .item li a:visited {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}
#rightmenu .item li a:visited:hover,
#rightmenu .item li a:hover {
	background-color: #FFFACD;
	color: #000;
	text-decoration: none;
}
