/* Basic code - don't modify */
 
 #nav {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	}
  #nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	color: #000000;
}
  #nav a {
	display: block;
	color: #000000;
	text-align: left;
}
  #nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li {
	float: none;
	color: #000000;
}
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul {
	width: 240px;
}
#nav ul ul { left: 0px; }

/* Everything else is theming */
 
#nav {
	background-color: #fff;
	height: 22px;
	background-image:url(../images/fondbarregris.gif);
	font-size:22px;
	font-weight:bold;
}
#nav *:hover { 
background-color: none; 
}
#nav a {
	
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
	line-height: 1;
	margin-right: 22px;
	margin-left: 24px;
	text-align: center;
}


  #nav li.hover a {
	font-size:12px;
	font-weight:bold;
	color:#000000;
   }
  #nav ul {
	top: 22px;
	color: #000000;
	text-align: left;
}
    #nav ul li a {
	background-color: #999999;
	color: #000000;
}
      #nav ul a.hover {
	background-color: #333333;
	color:#fff;
	  }
   #nav ul a {
	opacity: 0.9;
	filter: alpha(opacity=90);
	color: #000000;
	text-align: left;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: dotted;
	border-bottom-color: white;
}

