#Header {
	position: relative;
	width: 964px;
	height: 100px;
	
}
#HeaderLine {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	font-size: 2px;
	position: relative;
	background-position: top;
	height: 2px;
}
#HeaderItem {
	background-repeat: repeat-x;
	background-color: #eee1c7;
	position: relative;
}
#HeaderLeft {
	float: left;
	position: relative;
	width: 90px;
	height: 100px;
}
#HeaderRight {
	position: relative;
	float: left;
	width: 874px;
	height: 100px;
	
}

#HeaderTitle {
	font-family: "Britannic Bold";
	font-size: 8px;
	font-weight: bold;
	color: #996600;
}
#HeaderMenuRight {
	position: relative;
	float: right;
}
.HeaderMenuRightItem {
	position: relative;
	overflow: auto;	
}
#HeaderMenuSfondo {
	position: relative;
	height: 25px;
	padding-top: 5px;
}
#HeaderTitleSfondo {
	position: relative;
	background-color: #eee1c7;
	height: 36px;
	padding-top: 10px;
}
#HeaderMenuLeft {
	position: relative;
	float: left;
	padding-bottom: 2px;
}
