
#menu {
	/*float:right;*/
	width:850px;
	height:26px;
	font-size:11px;
	line-height:normal;
	background-color: #000;
	background-image: url(../imatges/fonsMenu2.gif);
  }	 
#menu ul {
	margin:0;
	padding: 0 10px 0 395px;
	list-style:none;
  }
#menu li {
	display:inline;
	margin:0;
	padding:0;
  }
#menu a {
	float:left;
	background:url("../imatges/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
  }
#menu a span {
	float:left;
	display:block;
	background:url("../imatges/tabrightF.gif") no-repeat right top;
	padding:3px 15px 3px 6px;
	color:#000;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {
	float:none;
	}
/* End IE5-Mac hack */
#menu a:hover span {
	color:#FFF;
  }
#menu a:hover {
	background-position:0% -42px;
  }
#menu a:hover span {
	background-position:100% -42px;
  }

#menu a#actiu  {
	background-position:0% -42px;
  }
#menu a#actiu  span {
	background-position:100% -42px;
  }
		
#navcontenidor { 
	width: 200px;
	padding-bottom: 20px;
}

#navcontenidor ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Lucida Sans Unicode","LucidaGrande",Verdana,Sans-serif;
	width: 100%;
}

#navcontenidor li
{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#navcontenidor ul li a
{
	display: block;
	width: 180px;
	padding-left: 20px;
	background-color: #FFF;
	font-size: 90%;
}

#navcontenidor ul li a:link, #navcontenidor ul li a:visited
{
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 5px center;
}

#navcontenidor ul li a:hover
{
	color: #FFF;
	background-color: #666;	
}

#navcontenidor ul ul li a
{
	display: block;
	padding-left: 40px;
	width: 160px;
	font-size: 90%;
	background: #FFF;
}

#navcontenidor ul ul li a:link, #navcontenidor ul ul li a:visited
{
	color: #666;
	text-decoration: none;
}

#navcontenidor ul ul li a:hover
{
	color: #CCC;
	background: #666;
}

#navcontenidor ul li a#actual
{
	font-weight: bold;
	color: #000;
	background: #FFF;
}

#navcontenidor ul ul li a#subactual
{
	font-weight: bold;
	color: #666;
	background: #FFF;
}
