﻿/* Top Menù New CSS style  */



body {
	background-position: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-image: url('../images/New_bg.png');
	background-repeat: repeat-x;
	background-color: #b50713;
}
#logo1 {
	background: url('../images/New_Logo.png') no-repeat;
	clear: both; 
	float: left; 
	width: 185px;
	overflow:hidden;
	height: 79px;
}
#recapiti1 {
	text-align: right;
	color: #d7eaf7;
	width: 645px;
	float: right; 
	overflow: auto;
	height: 69px;
	padding-top: 10px;
}
#recapiti1 a {
	color: white;
	text-decoration: none;
}
#recapiti1 a:hover  {
	color: white;
	text-decoration: underline; 
}
#boxed {
	padding: 0;
	width: 100%;
	height: 43px; 
	font-family: Verdana; 
	font-size: 7pt;
	font-weight: bold; 
	text-transform: uppercase; 
	clear: both;	
	overflow:hidden;
	margin: 0px;
}

ul#boxed {
	margin: 0px;
}
#boxed li.boxed_first {
	width: 148px;
	height: 43px; 
	text-align: right; 
	color: #d7eaf7;
	float: left; 
	display: block;
	text-decoration: none; 
	background-image: url('../images/TopMenuNew_First.png');
}

#boxed li.boxed_first a {
	width: 133px; 
	height: 26px; 
	padding-right: 15px; 
	padding-top: 17px; 
	color: #d7eaf7;
	display: block;
}

#boxed li.boxed_first a:hover {
	color: white;
	background-image: url('../images/TopMenuNew_First_h.png');
}

#boxed li.boxed_first_current {
	width: 148px; 
	text-align: right; 
	float: left; 
	display: block;
	text-decoration: none; 
	background-image: url('../images/TopMenuNew_First_h.png');	
}

#boxed li.boxed_first_current a {
	color: #d7eaf7;
	display: block;
	height: 26px; 
	padding-right: 15px; 
	padding-top: 17px; 

}
#boxed li.boxed_center {
	width: 89px;
	height: 43px; 
	text-align: center; 
	float: left; 
	text-decoration: none;
	display: block;
	background-image: url('../images/TopMenuNew_Center.png');	
}

#boxed li.boxed_center a {
	color: #d7eaf7;	
	display: block;
	height: 26px; 
	padding-right: 3px; 
	padding-left: 3px;
	padding-top: 17px; 

}
#boxed li.boxed_center a:hover {
	color: white;
	background-image: url('../images/TopMenuNew_Center_h.png');
}
#boxed li.boxed_center_current {
	width: 89px; 
	text-align: center; 
	color: #d7eaf7;
	float: left; 
	text-decoration: none;
	display: block;
	background-image: url('../images/TopMenuNew_Center_h.png');	
}
#boxed li.boxed_center_current a {
	width: 83px; 
	height: 26px; 
	display: block; 
	padding-right: 3px; 
	padding-left: 3px;
	padding-top: 17px; 
	color: #d7eaf7;
}
#boxed li.boxed_center_current a:hover {
	color: #d7eaf7;
	background-image: url('../images/TopMenuNew_Center_h.png');
}
#boxed li.boxed_last {
	width: 148px; 
	text-align: left; 
	color: #d7eaf7;
	float: left; 
	display: block;
	text-decoration: none; 
	background-image: url('../images/TopMenuNew_Last.png');	
}

#boxed li.boxed_last a {
	width: 133px; 
	height: 26px; 
	padding-left: 15px; 
	padding-top: 17px; 
	text-align: left; 
	color: #d7eaf7;
	display: block; 
}

#boxed li.boxed_last a:hover {
	color: white;
	background-image: url('../images/TopMenuNew_Last_h.png');
}

#boxed li.boxed_last_current {
	width: 148px; 
	text-align: left; 
	color: #d7eaf7;
	float: left; 
	display: block;
	text-decoration: none; 
	background-image: url('../images/TopMenuNew_Last_h.png');	
}
#boxed li.boxed_last_current a {
	width: 133px; 
	height: 26px; 
	padding-left: 15px; 
	padding-top: 17px; 
	text-align: left; 
	color: #d7eaf7;
	display: block; 
}
#boxed li.boxed_last_current a:hover {
	color: #d7eaf7;
	background-image: url('../images/TopMenuNew_Last_h.png');
}


