/*
Website Name: Maison Carree, s.l.
Website URI: http://www.maisoncarree.es
Description: Website by www.rwfactory.com
Version: 0.1
Author: E. Zebrowski
Author URI: http://www.rwfactory.com
Tags: elegante, limpia, fresca, estilo, maison carree
*/

div#nav {
	margin: 0 0 0px 0;
	padding: 0;
	height: 20px;
	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: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
	}
	


#ulnav a:active, #nav a.selected {
	background-position: 0 -40px;
	}
	
#ulnav a:hover {
	background-position: 0 -20px;
	}
	
#thome a  {
	width: 42px;
	background: url(/ca/images/nav_inicio.gif) top left no-repeat;
	}	
	
#tempresa a  {
	width: 51px;
	background: url(/ca/images/nav_empresa.gif) top left no-repeat;
	}
	
#tbuscar a  {
	width: 48px;
	background: url(/ca/images/nav_buscar.gif) top left no-repeat;
	}
	
#tvender a  {
	width: 79px;
	background: url(/ca/images/nav_vender.gif) top left no-repeat;
	}
	
#tnoticias a {
	width: 52px;
	background: url(../images/nav_noticias.gif) top left no-repeat;
	}
	
	
#tlang a  {
	width: 36px;
	background: url(/ca/images/nav_catala.gif) top left no-repeat;
	}
	
	
#tcatala a {
	width: 66px;
	background: url(/ca/images/nav_catala.jpg) top left no-repeat;
	}
	
#tcontactar a{
	width: 60px;
	background: url(/ca/images/nav_contactar.gif) top left no-repeat;
	padding-right: 2px;
	}
	
img.idioma {
	float: right;
	margin: 5px;
	}
	
