div#nav {
	
	margin: 0 auto;
	padding: 0;
	height: 24px;
	width: 650px;
	list-style: none;
/*	display: inline; */
	overflow: hidden;
	background-color: #555;
	background-image: url(../images/left_nav.gif);
	background-repeat: no-repeat;
	background-position: right;
	}
	
	#ulnav {
		padding-left: 0;
		margin: 0 0 0 365px;
		width: 282px;
	}

#ulnav li {
	margin: 0; 
	padding: 0;
   list-style: none;
	display: inline;
	}

#ulnav a {
	float: left;
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:24px; /* for IE5/Win only */
	}
	
#ulnav a:active, #nav a.selected {
	background-position: 0 -24px;
	}
	
#ulnav a:hover {
	background-position: 0 -24px;
	}
	
#thome a  {
	width: 48px;
	background: url(/images/nav_inicio.gif) top left no-repeat;
	}	
	
#tempresa a  {
	width: 94px;
	background: url(/images/nav_jmbres.gif) top left no-repeat;
	}
	
#tserv a  {
	width: 67px;
	background: url(/images/nav_servicios.gif) top left no-repeat;
	}
	

	
#tcontactar a  {
	width: 73px;
	background: url(/images/nav_contactar.gif) top left no-repeat;
	}