/* Basic code - don't modify */
 
 #nav {
	display: block;
	padding: 0;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 200;
	float: left;
	margin: 0;
}
  #nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

  #nav a { display: block;
   }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a {

} /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul {
	width: 143px;
}
#nav ul ul {
	left: 111px;
}

/* Everything else is theming */
 
#nav {
	height: 28px;
	margin-left: 180px;

}
#nav *:hover {  }
#nav a {
	/*	border-right: 1px solid white;*/
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;

}
.menutoptop{
	width:auto;
}
 #nav li.hover a.menutoptop {
	color: #FFFFFF;
	background: url(../_img/img_basiques/transp.jpg);
	background-repeat: repeat;
}
  #nav ul {
	top: 28px;
}
 /* INICI MENÚ DESPLEGAT */
    #nav ul li a {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	height: 13px;
	padding-top: 10px;
	background: url(../_img/img_basiques/transp_clar.jpg);
	background-repeat: repeat;

}
      #nav ul a.hover {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../_img/img_basiques/trans_hover.jpg);
	background-repeat: repeat;
}
   #nav ul a {
	border-right: none;
}
 /* FINAL MENÚ DESPLEGAT */
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
