﻿/* ___________________________________ MENU LATERALI _________________________________*/
.menuContainer
{
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	width: 98%;
}
.menuHeader
{
	margin: 0 0 0 0;
	padding: 4px 4px 4px 4px;
	background-color: #F5F5F5;
	border-color: #DADADA;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	color: #000000;
}
TD.menuItem
{
	padding: 4px 0px 4px 0px;
}
a.menuItem
{
	color: #444444;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	margin-left: 2px;
	padding-left: 13px;
	background-image: url(img/menu_item.gif);
	background-repeat: no-repeat;
}
a.menuItem:visited
{
	color: #444444;
}
a.menuItem:hover
{
	color: #787878;
	text-decoration: none;
}
