div#ulnav {
	margin: 0px;
	padding: 0px;
	height: 22px;
	list-style: none;
/*	display: inline; */
	overflow: hidden;
	}
	
	#navol {
		padding-left: 0;
		margin: 0;
	}

#navol li {
	margin: 0; 
	padding: 0;
   list-style: none;
	display: inline;
	}

#navol a {
	float: left;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* for IE5/Win only */
	}
	
#navol a:active, #navol a.selected {
	background-position: 0 -44px;
	}
	
#navol a:hover {
	background-position: 0 -22px;
	}
	
#tinicio a  {
	width: 45px;
	background: url(/images/nav_inicio.gif) top left no-repeat;
	}	
	
#tsobrepop a  {
	width: 117px;
	background: url(/images/nav_popthing.gif) top left no-repeat;
	}
	
#tzonapop a  {
	width: 72px;
	background: url(/images/nav_zonapop.gif) top left no-repeat;
	}
	
#tzonacine a  {
	width: 75px;
	background: url(/images/nav_zonacine.gif) top left no-repeat;
	}
	
#top5 a  {
	width: 59px;
	background: url(/images/nav_topfive.gif) top left no-repeat;
	}
	
#tcontactar a  {
	width: 91px;
	background: url(/images/nav_contactar.gif) top left no-repeat;
	}
	

#tforos a  {
	width: 53px;
	background: url(/images/nav_foros.gif) top left no-repeat;
	}
	
	
	
	