﻿/* ___________________________________ MENU LATERALE SINISTRO _________________________________*/
.menuContainerLeft
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	background-color: #e7e7ff;
	border: solid 1px #6d7b87;
}
.menuTopLeft
{
}
.menuHeaderLeft
{
	width: 99%;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-bottom: solid 1px #6d7b87;
	background-color: #9cbad6;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 13px;
	font-weight: 700;
}
.menuBottomLeft
{
}
TD.menuItemLeft
{
	padding: 3px 0px 3px 0px;
	border-bottom: solid 1px #6d7b87;
}
a.menuItemLeft
{
	margin-left: 5px;
	color: #33677F;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
}
a.menuItemLeft:visited
{
	color: #33677F;
}
a.menuItemLeft:hover
{
	color: #1C3953;
	text-decoration: none;
}
/* ___________________________________ MENU LATERALE DESTRO _________________________________*/
.menuContainerRight
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	background-color: #FFFFFF;
	border: solid 1px #6d7b87;
}
.menuTopRight
{
}
.menuHeaderRight
{
	width: 98%;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-bottom: solid 1px #e4f2fe;
	background-color: #9cbad6;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 13px;
	font-weight: 700;
}
.menuBottomRight
{
}
TD.menuItemRight
{
	padding: 3px 0px 3px 0px;
	border-bottom: solid 1px #e4f2fe;
}
a.menuItemRight
{
	margin-left: 5px;
	color: #33677F;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
}
a.menuItemRight:visited
{
	color: #33677F;
}
a.menuItemRight:hover
{
	color: #1C3953;
	text-decoration: none;
}
