@charset "utf-8";

.liNav {
	float:left;
}

.elemNav {
	font-size:14px;
	text-align:center;
	padding:3px 10px 1px 10px;
	height:20px;
	margin:0;
	float:left;
	border-right:2px white solid;
}

.elemNav:hover,.elemNav:active {
	background-color:#669933;
	color:white;
}

.elemNavSeleccionat {
	font-size:14px;
	text-align:center;
	padding:3px 10px 1px 10px;
	height:20px;
	margin:0;
	float:left;
	border-right:2px white solid;
	background-color:#669933;
	color:white;
}

.idioma {
	border:0;
	opacity:0.4;
	filter:alpha(opacity=40);
	display:none;
}

.idioma:hover,.colaborador:active {
	opacity:1;
	filter:alpha(opacity=100);
}

.idiomaSel {
	border:0;
	display:none;
}

#costatEsqNav {
	padding-left:15px;
	background-image:url('../img/disseny/nav/costatEsqNav.gif');
	background-repeat:no-repeat;
	float:left;
}

#costatEsqNavSeleccionat {
	padding-left:15px;
	background-image:url('../img/disseny/nav/costatEsqNavFosc.gif');
	background-repeat:no-repeat;
	float:left;
}

#costatDreNav {
	width:14px;
	height:24px;
	background-image:url('../img/disseny/nav/costatDreNav.gif');
	background-repeat:no-repeat;
	background-color:white;
	float:right;
}

#idiomes {
	height:18px;
	padding:3px 0 3px 0;
	float:right;
}

#compteEnrera {
	float:right;
	color:white;
	font-weight:bold;
	padding:3px 10px 1px 10px;
	height:20px;
}

#nav {
	margin:5px 0 5px 0;
	padding:0;
	background-color:#99cc66;
}