
.habanero, .habanero DIV, .habanero li, .habanero a
{	
	width:65px;
	height:20px;
	padding:0px;margin:0px;
}

.habanero li {
    display: block;
	list-style: none;
	padding:0px; 
	BACKGROUND-IMAGE: url(http://www.habaneros.it/css/img/logo_habanero_bianco.gif);
	BACKGROUND-REPEAT: no-repeat;
	background-position:top left;
}
.habanero li:hover {
	BACKGROUND-IMAGE: url(http://www.habaneros.it/css/img/logo_habanero_nero.gif);

}
.habanero a {
  /* for IE */
  filter:alpha(opacity=0);
  /* CSS3 standard */
  opacity:0.0;
}

