div#ulnav {
	margin: 0;
	padding: 0;
	height: 25px;

	list-style: none;
/*	display: inline; */
	overflow: hidden;
	}
	
	#ulnav {
		padding-left: 0;
		margin: 0;
	}

#ulnav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#ulnav a {
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win only */
	}
	
#ulnav a:active, #ulnav a.selected {
	background-position: 0 -50px;
	}
	
#ulnav a:hover {
	background-position: 0 -25px;
	}
	
#tinicio a  {
	width: 51px;
	background: url(/images/nav_inicio1.gif) top left no-repeat;
	}	
	
#tafs a  {
	width: 76px;
	background: url(/images/nav_sobre1.gif) top left no-repeat;
	}
	
#tfinan a  {
	width: 85px;
	background: url(/images/nav_financiacion1.gif) top left no-repeat;
	}
	
#tconsul a {
	width: 139px;
	background: url(/images/nav_consultoria1.gif) top left no-repeat;
	}
	
#tserveis a  {
	width: 54px;
	background: url(/ca/images/nav_serveis.gif) top left no-repeat;
	}
	
#tcontactar a  {
	width: 68px;
	background: url(/images/nav_contactar1.gif) top left no-repeat;
	}
