.nav {
	z-index:1;
	position:relative;
	background: #171795;
	font-family:Arial, geneva, verdana, sans-serif;
	font-weight:bold;
	font-size:0.9em;
	width:902px;
	height:46px;
	padding:0 0 0 58px;
	float:left;
}
.nav .table {
	
}
.nav .select, .nav .current {
	margin:0; padding:0; 
	list-style:none; 
	display:table-cell; 
	white-space:nowrap;
	float:left;
}
.nav li {
	margin:0; 
	padding:0; 
	height:auto; 
	float:left;
}
.nav .select a {
	display:block;float:left;
	height:46px;
	float:left;
	background: url("menu2-boto-blau1.gif") 1px 0 no-repeat;
	padding:0 14px 0 13px;
	text-decoration:underline;
	line-height:60px;
	/*white-space:nowrap;*/
	color:#FFF;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*/////////////////////////////////////  BOTONS PARE  ///////////////////////////////////////////*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.nav .current a { /*//////////////////////////////////////////////////////////// TARONJA ACTIVAT */
	display:block;float:left;
	height:46px;
	float:left;
	background: #f37701 url("menu2-boto-taronja1.gif") no-repeat 0 1px;
	padding:0 14px 0 12px;
	text-decoration:none;
	line-height:60px;
	white-space:nowrap;
	color:#000;
	/*border-left:1px solid #171795;*/
}
.nav .select a:hover, .nav .select li:hover a { /*//////////////////////////////// TARONJA HOVER */
	background: #f37701 url("menu2-boto-taronja1.gif") no-repeat 0 1px;
	height:46px;
	line-height:60px;
	padding:0 14px 0 13px; 
	cursor:pointer; 
	color:#FFF;
	display:block;float:left;
	/*border-left:1px solid #171795;*/
}
/*_______________________________________________________________________________________________*/

.nav .select_sub {display:none;}
/* IE6 only */
.nav table {
	border-collapse:collapse; 
	margin:-11px; /*//////////////////////// posició del NAV en iexplorer /////////////////////////*/
	font-size:1em; 
	width:0; 
	height:0;float:left;
}
.nav .sub {
	display:table; 
	margin:0; 
	padding:0; 
	list-style:none;float:left;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*/////////////////////////////////////  BOTONS FILLS  //////////////////////////////////////////*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.nav .select :hover .select_sub, .nav .current .show {/*/////////////////////////////// SUBMENU */
	display:block;
	position:absolute;float:left;
	width:907px;
	/*height:30px;
	line-height:50px;
	*/
	padding:13px 0 0 53px;
	top:46px;
	background: #f37701 url("menu2-bg-taronja-degradat-fosc.png") repeat-x;
	border-bottom:1px solid #944a04;
	z-index:100;
	left:0;
	float:left;
}
.nav .current .show {z-index:10;}

.nav .select :hover .sub li a, .nav .current .show .sub li a {
	height:30px;
	line-height:30px;
	display:block;  
	background:transparent; 
	padding:0 17px 0 10px; 
	margin:0; 
	white-space:nowrap; 
	border:0; 
	color:#FFF;
	text-decoration:underline;float:left;
	}
.nav .current .sub li.sub_show a {  /*////////////////////////////////////////// BOTÓ FILL ACTIU */
	background:url("menu2-arrow-up-black.gif") no-repeat center 26px; 
	cursor:default;
	text-decoration:none;
	color:#000;float:left;
	}
.nav .select :hover .sub li a:hover, .nav .current .sub li a:hover {/*////////// BOTÓ FILL HOVER */
	background:url("menu2-arrow-up.gif") no-repeat center 26px;
	visibility:visible; 
	color:#000;float:left;
	}
/*_______________________________________________________________________________________________*/

