#navbar {
	padding:0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#navbar li {
	list-style:none;
	display:inline;
	margin:0px;

}
#navbar #uno a {
	height:42px;
	width:149px;
	color:#fff;
	text-decoration:none;
	background:url("../../images/Vaillant_palace_n.jpg") no-repeat;
	background-position:0 16px;
	float:left;
	clear: right;
	padding: 0px 0px 0px 0px;
	margin:0px -10px 0px 0px;
}
#navbar #due a {
	height:42px;
	width:149px;
	color:#fff;
	text-decoration:none;
	background:url("../../images/Pala_torino_n.jpg") no-repeat;
	background-position:0 16px;
	float:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 1px;
}
#navbar #tre a {
	height:100px;
	width:213px;
	color:#fff;
	text-decoration:none;
	background:url("../../images/tab3.jpg") no-repeat;
	float:left;
	padding:12px 0px 13px;
	margin:0 -10px;
}

#navbar #uno a:hover { 

	color:#1e5ebd;
	background:url("../../images/Vaillant_palace_o.jpg") no-repeat;
	background-position:0 2px;
}
#navbar #due a:hover { 
	background-position:0 6px;
	color:#1e5ebd;
	background:url("../../images/Pala_torino_o.jpg") no-repeat;
}


#navbar #tre a:hover { 
	background-position:0 -129px;
	color:#1e5ebd;
}
#navbar #uno a:active {
	background-position:0 -258px;
	color:#1e5ebd;
}

#navbar #due  a:active {
	background-position:0 -258px;
	color:#1e5ebd;
}
#navbar #tre a:active {
	background-position:0 -258px;
	color:#1e5ebd;
}
#navbar #selected  {
	height:100px;
	width:216px;
	color:#fff;
	text-decoration:none;
	background:url("../../images/tab3.jpg") no-repeat;
	float:left;
	padding:12px 0px 13px;
	margin:0 -10px;
	background-position:0 -258px;
}
