#tabbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}  /* top level links */
	/* Commented Backslash Hack   hides rule from IE5-Mac \*/
#tabbar a {
	float: none;
}  /* End IE5-Mac hack */
#tabbar li {
	float: left;
	display: block;
	line-height: 41px;
	height: 41px;
	margin-left: 0px;
	padding: 0;
	background: url(aggiornamenti/images/BgRossa.jpg) no-repeat 0% 100%;
	width: 175px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

#tabbar li.arancio {
	float: left;
	display: block;
	line-height: 41px;
	height: 41px;
	margin-left: 0px;
	padding: 0;
	background: url(aggiornamenti/images/BgArancio.jpg) no-repeat 0% 100%;
	width: 175px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

#tabbar li.duerighe {
	float: left;
	display: block;
	line-height: 10px;
	height: 41px;
	margin-left: 0px;
	padding: 0;
	background: url(aggiornamenti/images/BgRossa.jpg) no-repeat 0% 100%;
	width: 175px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

#tabbar li.duerighe a {
	float: left;
	display: block;
	line-height: 10px;
	height: 41px;
	margin-left: 0px;
	padding: 0;
	background: url(aggiornamenti/images/BgVerde.jpg) no-repeat 0% 100%;
	width: 175px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

#tabbar li.duerighelink a {
	float: left;
	display: block;
	line-height: 10px;
	height: 41px;
	margin-left: 0px;
	padding: 0;
	background: url(aggiornamenti/images/BgRossa.jpg) no-repeat 0% 100%;
	width: 175px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}


#tabbar li.arancio a {
	float: left;
	display: block;
	line-height: 41px;
	height: 41px;
	margin-left: 0px;
	padding: 0;
	background: url(images/BgArancio.jpg) no-repeat 0% 100%;
	width: 175px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

#tabbar li.blue a {
	float: left;
	display: block;
	line-height: 41px;
	height: 41px;
	margin-left: 0px;
	padding: 0;
	background: url(images/BgBlue.jpg) no-repeat 0% 100%;
	width: 175px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

#tabbar li a {
	display: block;
	line-height: 41px;
	height: 41px;
	background: url(aggiornamenti/images/BgVerde.jpg) no-repeat 0% 100%;
	width: 175px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

#tabbar a:hover {
	background: url(aggiornamenti/images/BgRossa.jpg) no-repeat 0% 100%;
	color: #ffffff;
}

#tabbar li.duerighe a:hover {
	background: url(aggiornamenti/images/BgRossa.jpg) no-repeat 0% 100%;
	color: #ffffff;
}

#tabbar li.arancio a:hover {
	background: url(aggiornamenti/images/BgRossa.jpg) no-repeat 0% 100%;
	color: #ffffff;
}

#tabbar li.blue a:hover {
	background: url(aggiornamenti/images/BgRossa.jpg) no-repeat 0% 100%;
	color: #ffffff;
}  /*elenco*/