@charset 'UTF-8';
/* //////////////////// Menu principal ////////////////////////*/

#basic-accordian{
	color:#009;
	margin-left:5px;
	width:180px;
	z-index:2;
	font-size:90%;
	text-decoration: none;
}

/* Inici botons menu: estat normal i hover comú*/
.accordion_headings{
	cursor:pointer;
	font-size:80%;
	padding: 10px 0px;
}
.accordion_headings:hover{
	border-left:5px solid #abf;
	padding: 10px 0px;
}
/* Final botons menu: estat normal i hover comú*/


/* Inici personalització dels bontons*/
#test-header,
#test-header:active{
	border-left:5px solid #F60;
}
#test-header:hover{
	border-left:5px solid #F60;
	background-color: #Fec;
}
#test2-header,
#test2-header:active{
	border-left:5px solid #F00;
}
#test2-header:hover{
	border-left:5px solid #f00;
	background-color: #fee;
}
#test3-header,
#test3-header:active{
	border-left:5px solid #090;
}
#test3-header:hover{
	border-left:5px solid #090;
	background-color: #dfd;
}
#test4-header,
#test4-header:active{
	border-left:5px solid #b9d;
}
#test4-header:hover{
	border-left:5px solid #b9d;
	background-color: #edf;
}
#test5-header,
#test5-header:active{
	border-left:5px solid #09F;
}
#test5-header:hover{
	border-left:5px solid #09F;
	background-color: #cef;
}
#test6-header,
#test6-header:active{
	border-left:5px solid #f00;
}
#test6-header:hover{
	border-left:5px solid #f00;
	background-color: #fee;
}
#test7-header,
#test7-header:active{
	border-left:5px solid #090;
}
#test7-header:hover{
	border-left:5px solid #090;
	background-color: #dfd;
}
#test8-header,
#test8-header:active{
	border-left:5px solid #F60;
}
#test8-header:hover{
	border-left:5px solid #F60;
	background-color: #Fec;
}
#test9-header,
#test9-header:active{
	border-left:5px solid #F60;
}
#test9-header:hover{
	border-left:5px solid #F60;
	background-color: #Fec;
}
.header_highlight{
	position:relative;
	left:-5px;
	padding-left:0px;
	width:185px;
	text-decoration: none;
	border:1px #333 solid;
}
/* Final personalització dels bontons*/


.txt_menu {
	text-decoration: none;
	font-size:75%;
}
.menu_rollover{
	padding: 0px;
	border:0px;
	margin:0px;	
	text-align:right;
	vertical-align: top;
	background:#eee;
	border-bottom:1px dashed #fff;
	border-right:5px solid #ccc;
	border-left:5px solid #ccc;	
}
.menu_rollover .img{
	padding:0px;
	border:0px;
	margin:0px;	
}
.menu_rollout{
	padding: 0px 5px 0px 0px;
	border:0px;
	margin:0px;	
	background-color: #fff;
	vertical-align: middle;
	text-align:right;
	border-bottom:1px dashed #fff;
	border-left:5px solid #000;	

}
.menu_rollout .img{
	padding:0px;
	border:0px;
	margin:0px;	
}

#basic-accordian a:visited{
	color:#999;}
.accordion_child{
	border-bottom:1px dashed #bbb;
}
.txt_botons_ac{
	color:#00F;
	cursor:pointer;
	text-decoration: none;
}