

/**** menu 2 ***/

td.punta-esq {
	background:url(../imatges/menu/esquerra.gif) no-repeat left bottom;
	height:34px;
	width:18px;
}
td.punta-dre {
	background:url(../imatges/menu/dreta.gif) no-repeat right bottom;
	height:34px;
	width:18px;
}

#capsal_baix table.menu-desp {
	margin-top:40px;
}
#menu {  
	text-align: center;
	padding:0;
	margin:0;
}
#menu ul { 
	list-style-type: none;
	padding:0;
	margin:0;
}
#menu ul li.nivell1 { 
	float: left;
	background:url(../imatges/menu/fons.gif) repeat bottom;

}
#menu ul li a {
	display: block;
	text-decoration: none;
	position: relative;
	padding-left:2px;
	padding-right:2px;
}
#menu ul li ul li {
	color: #000000;
	background-color: #fbde18;
}
#menu ul li:hover {
	position: relative;
}
#menu ul li a:hover, #menu ul li:hover a.nivell1 {
	position: relative;
}
#menu ul li a.nivell1 {
	display: block!important;
	display: none;
}
#menu ul li ul {
	display: none;
	padding-top:8px;
	padding-bottom:5px;
	background-color: #fbde18;
}
#menu ul li a:hover ul, #menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0px;
}
#menu ul li ul li a {
	padding: 4px 4px 1px 4px;
	border-bottom-color: #000;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#menu ul li ul li a:link, #menu ul li ul li a:visited, #menu ul li ul li a:active {
	color:#000000;
}
#menu ul li ul li a:hover {
	position: relative;
	color:#666666;
}

ul#actes {
	top: 24px!important;
	width:180px;
	text-align:left;
	padding-left:3px;
}




ul#botonera span {
	display:none;
}
ul#botonera {
	
}

ul#botonera li.nivell1 a.a {
	background:url(../imatges/menu/manifestacio.gif) no-repeat center bottom;
	width:116px;
	height:34px;
}
ul#botonera li.nivell1 a.b {
	background:url(../imatges/menu/concert.gif) no-repeat center bottom;
	width:75px;
	height:34px;
}
ul#botonera li.nivell1 a.c {
	background:url(../imatges/menu/actes.gif) no-repeat center bottom;
	width:61px;
	height:34px;
}
ul#botonera li.nivell1 a.d {
	background:url(../imatges/menu/autobusos.gif) no-repeat center bottom;
	width:96px;
	height:34px;
}
ul#botonera li.nivell1 a.e {
	background:url(../imatges/menu/videos.gif) no-repeat center bottom;
	width:67px;
	height:34px;
}
ul#botonera li.nivell1 a.f {
	background:url(../imatges/menu/descarregues.gif) no-repeat center bottom;
	width:125px;
	height:34px;
}


ul#botonera li.nivell1 a.a:hover {
	background:url(../imatges/menu/manifestacio-hover.gif) no-repeat center bottom;
	width:116px;
	height:34px;
}
ul#botonera li.nivell1 a.b:hover {
	background:url(../imatges/menu/concert-hover.gif) no-repeat center bottom;
	width:75px;
	height:34px;
}
ul#botonera li.nivell1 a.c:hover {
	background:url(../imatges/menu/actes-hover.gif) no-repeat center bottom;
	width:61px;
	height:34px;
}
ul#botonera li.nivell1 a.d:hover {
	background:url(../imatges/menu/autobusos-hover.gif) no-repeat center bottom;
	width:96px;
	height:34px;
}
ul#botonera li.nivell1 a.e:hover {
	background:url(../imatges/menu/videos-hover.gif) no-repeat center bottom;
	width:67px;
	height:34px;
}
ul#botonera li.nivell1 a.f:hover {
	background:url(../imatges/menu/descarregues-hover.gif) no-repeat center bottom;
	width:125px;
	height:34px;
}

/*
table.menu {
	text-align:center;
	font-weight:bold;
	background:#fccc17;
	width:90%;
	margin-top:40px;
	border-bottom:2px #333333 solid;
	border-right:2px #333333 solid;
	border-left:2px #999999 solid;
	border-top:2px #999999 solid;
}
table.menu a {
	display:block;
	vertical-align:middle;
	letter-spacing:0.2px;
	line-height:25px;
}
table.menu a:link, table.menu a:visited, table.menu a:active {
	color:#000000;
	text-decoration:none;
}
table.menu a:hover {
	color:#fdcc18;
	background:#333333;
}*/
/*
#capsal_baix ul#botonera {
	list-style:none;
}
#capsal_baix ul#botonera li.nivel1 { 
	float: left;
	width: 120px;
	margin-right: 2px;
	background:#33CC00;
}
#capsal_baix ul#botonera li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #399;
	border: solid 1px #fff;
	padding: 8px;
	position: relative;
}
#capsal_baix ul#botonera li:hover {
	position: relative;
}
#capsal_baix ul#botonera li a:hover, #capsal_baix ul#botonera li:hover a.nivell1 {
	background-color: #6CC;
	color: #000;
	position: relative;
}

#capsal_baix ul#botonera li a.nivell1 {
	display: block!important;
	display: none;
}
#capsal_baix ul#botonera li ul {
	display: none;
}
#capsal_baix ul#botonera li a:hover ul, #capsal_baix ul#botonera li:hover ul {
	display: block;
	position: absolute;
	left: 0px;
}
#capsal_baix ul#botonera li ul li a {
	width: 120px;
	padding: 6px 0px 8px 0px;
	border-bottom-color: #000;
}
#capsal_baix ul#botonera li ul li a:hover {border-bottom-color: #000;
position: relative;
}

#capsal_baix ul#botonera li ul#actes {top: -58px!important; top: -89px;}*/


/*
#menu {  text-align: center;
font-size: 0.7em;
width: 600px;
margin: 20px auto;
position: relative;
}
#menu ul { list-style-type: none;}

#menu ul li.nivell1 { float: left;
width: 162px;
margin-right: 2px;
position: relative;
}
#menu ul li { float: left;}

#menu ul li a {display: block;
text-decoration: none;
color: #fff;
background-color: #399;
border: solid 1px #fff;
padding: 8px;
position: relative;
}
#menu ul li a:hover, #menu ul li:hover a.nivell1 {background-color: #6CC;
color: #000;
position: relative;
border-bottom: solid 1px #6CC;
}
#menu ul li a.nivell1 {display: block!important;display: none;
}
#menu ul li ul {display: none;
}
#menu ul li a:hover ul, #menu ul li:hover ul {display: block;
position: absolute;width: 816px;border: solid 1px #fff;border-top: none;background-color: #6CC;
}
#menu ul li ul li a {width: 160px;
padding: 6px 0px 8px 0px;
border: none;
background-color: #6CC;
}
#menu ul li ul li a:hover {
position: relative;
text-decoration: underline;
border-bottom: none;
}
table.falsa {border-collapse:collapse;
border:0px;
float: left;
position: relative;
}

ul.actes {left: -656px;} */

