.navigation:link, .navigation:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 140px;
	text-decoration: none;
	background-color: none;
}

.navigation:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 140px;
	text-decoration: none;
	background-color: #999999;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 20px;
	padding: 0px;
	margin: 3px 32px 6px 12px;
	
}
.main a:link {
	color: #003366;
}
.main a:visited {
	color:#663333
}


.italicsbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

/** new styles added for menu page **/

.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 19px;
	padding: 3px;
	margin: 0px;
	text-decoration: none;
}

.menu_header {
	font: bold 18px 'Trebuchet MS';
	display: block;
	padding: 3px 3px 3px 12px;
	border-bottom: 1px solid #989069;
	color: #FF6600;
}

.filetto {
	font: bold 0px 'Trebuchet MS';
	display: block;
	padding: 3px 3px 3px 12px;
	border-bottom: 1px solid #989069;
	color: #999999;
}


.menu_title {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	padding: 3px 22px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}

.menu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	padding: 3px 22px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}

a:hover	 {
	font-family: "Trebuchet MS";
	Color : #FFFFFF;
	background-color: #6CC300;	
			
		}

body        {
	background: #3b3b3b;
	color: #CCC;
	font-size: 11px;
	min-height: 600px;
	background-image: url(images/sfondo.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
}
