﻿/* ___________________________________ MENU SINISTRA _________________________________*/
.menuContainerLeft
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 98%;
	background-color: #f5f8fc;
	background-image:url(IMG/leftmenubg.gif);
	background-position:right top;
	background-repeat:repeat-y;
}
.menuTopLeft
{
    margin:0 0 0 0;
    width:98%;
    height:13px;
    background-color:#FFFFFF;
    background-image:url(IMG/leftmenutop.gif);
    background-position:right top;
    background-repeat: no-repeat;
}
.menuBottomLeft
{
    margin:0 0 0 0;
    width:98%;
    height:13px;
    margin-bottom:15px;
    background-color:#FFFFFF;
    background-image:url(IMG/leftmenubottom.gif);
    background-position:right bottom;
    background-repeat: no-repeat;
}
.menuHeaderLeft
{
	margin: 0 0 0 0;
	padding: 0px 4px 2px 4px;
	border-width: 0px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	color: #787878;
}
TD.menuItemLeft
{
	padding: 2px 0px 2px 4px;
}
a.menuItemLeft
{
	color: #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	float:left;
	text-decoration: none;
	margin-left: 7px;
	padding-left: 11px;
	padding-bottom: 0px;
	background-image: url(img/menu_item.gif);
	background-position:left center;
	background-repeat: no-repeat;
}
a.menuItemLeft:visited
{
	color: #000000;
}
a.menuItemLeft:hover
{
	color: #787878;
	text-decoration: none;
}
/* ___________________________________ MENU DESTRA _________________________________*/
.menuContainerRight
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	background-color: #f5f8fc;
	background-image:url(IMG/rightmenubg.gif);
	background-position:left;
	background-repeat:repeat-y;
}
.menuTopRight
{
    margin:0 0 0 0;
    width:100%;
    height:13px;
    background-color:#FFFFFF;
    background-image:url(IMG/rightmenutop.gif);
    background-position:left top;
    background-repeat: no-repeat;
}
.menuBottomRight
{
    margin:0 0 0 0;
    width:100%;
    height:13px;
    margin-bottom:15px;
    background-color:#FFFFFF;
    background-image:url(IMG/rightmenubottom.gif);
    background-position:left bottom;
    background-repeat: no-repeat;
}
.menuHeaderRight
{
	margin: 0 0 0 0;
	padding: 0px 0px 4px 15px;
	border-width: 0px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	color: #787878;
}
TD.menuItemRight
{
	padding: 2px 0px 2px 20px;
}
a.menuItemRight
{
	color: #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	float:left;
	text-decoration: none;
	margin-left: 7px;
	padding-left: 11px;
	padding-bottom: 0px;
	background-image: url(img/menu_item.gif);
	background-position:left center;
	background-repeat: no-repeat;
}
a.menuItemRight:visited
{
	color: #000000;
}
a.menuItemRight:hover
{
	color: #787878;
	text-decoration: none;
}
