*{
	background-color:transparent;
	vertical-align:top;
	border:0px;
}

/* ********** MENU ********** */
.arrowlistmenu{	
	width: 130px; /*width of accordion menu*/
	background-color:#ffffff;
	border:0px solid #000000; 
	
	display: block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}  /*  padding:0px; margin:0px 0px 6px 0px; */


/* ********** MENU-ITEMS ********** */
.menuheader{ /*CSS class for menu headers in general (expanding or not!) */
	display: block;
	width:130px;
	padding:1px 0px 1px 0px; /*margin-left:5px; */
	margin:0px 0px 9px 0px;
	background-color:transparent;
	color:#FFFFFF;
	font-family:Trebuchet MS,Arial,Verdana;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}



/* ..... ..... ..... ..... SUB-MENUS - Contenidor ..... ..... ..... ..... */	
.arrowlistmenu ul{
	width:130px;
	list-style-type: none;
	margin:-6px 0px 0px 0px;
	padding: 0px;
	background-color:transparent;
	text-align:left;
}

/* ..... ..... ..... ..... SUB-MENUS-Items: numeració ..... ..... ..... ..... */
.arrowlistmenu ul li a{
	vertical-align:bottom;
	border:1px solid #000000;
	display: block;
	padding:0px 0px 0px 26px;
	margin:0px 0px 0px 0px;
	background-color:transparent;
	color:#A7A9AC;
	font-family:Trebuchet MS,Arial;
	font-size:10px;
}

/* ..... ..... ..... ..... SUB-MENUS - Estat: hover ..... ..... ..... ..... */
.arrowlistmenu ul li a:hover{
	background-color:transparent;
	color:#A00B5A;
	text-decoration:none;
}
/* ..... ..... ..... ..... SUB-MENUS  - Estat: hover - (duplicat per pur CSS)..... ..... ..... ..... */
.arrowlistmenu ul li a:hover>a		
{	
	background-color:transparent;
	color:#A00B5A;
	text-decoration:none;
}

.arrowlistmenu  ul li a:link{
	background-color:transparent;
	text-decoration:none;
}
.arrowlistmenu ul li a:visited{
	background-color:transparent;
	text-decoration:none;
}
.arrowlistmenu ul li a:active{
	background-color:transparent;
	text-decoration:none;
	color:#A00B5A;
}


.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}



/* ..... ..... ..... ..... MAIN-Items: numeració ..... ..... ..... ..... */
.num_menu_items{
	color:#a7a9ac;
}

#main_item_1{
	width:130px;
	background:url(../imatges/menu/01_empresa.gif) no-repeat; 
	border:0px solid #000000; 
}
#main_item_2{
	width:130px;
	background:url(../imatges/menu/02_serveis.gif) no-repeat;
	border:0px solid #000000; 
}
#main_item_3{
	background:url(../imatges/menu/03_contacte.gif) no-repeat; 
	border:0px solid #000000; 
}

#submenu_2_1{background:url(../imatges/menu/02_1.gif) no-repeat; border:0px solid #000000; }
#submenu_2_2{background:url(../imatges/menu/02_2.gif) no-repeat; border:0px solid #000000; }
#submenu_2_3{background:url(../imatges/menu/02_3.gif) no-repeat; border:0px solid #000000; }
#submenu_2_4{background:url(../imatges/menu/02_4.gif) no-repeat; border:0px solid #000000; }
#submenu_2_5{background:url(../imatges/menu/02_5.gif) no-repeat; border:0px solid #000000; }
#submenu_2_6{background:url(../imatges/menu/02_6.gif) no-repeat; border:0px solid #000000; }
#submenu_2_7{background:url(../imatges/menu/02_7.gif) no-repeat; border:0px solid #000000; }



/* ..... ..... ..... ..... Títols individuals ..... ..... ..... ..... * /
#qm0 .qmtitle	
{	
	font-size:11px;
}


/* ..... ..... ..... ..... Box Animations ..... ..... ..... ..... * /
#qm0 .qmbox	
{	
	border-width:1px;
	border-style:solid;
	border-color:#999999;
}

/* ..... ..... ..... ..... Regles de costum  ..... ..... ..... ..... * /	
ul#qm0 .qmparent { background-color:transparent; }
ul#qm0 ul a { padding:2px 20px 2px 5px;}
ul#qm0 ul	{ border-width:1px; border-style:solid; border-color:#3C3C3C;}	
ul#qm0 {	border-width:1px; border-style:solid; border-color:#3C3C3C; }

/* ..... ..... ..... ..... MAIN-Hover  - Fill Items [Static] ..... ..... ..... .....		
#qm0 .qmhoverfill	
{	
	background-color:#91ED99;
}

/* ..... ..... ..... ..... SUB-MENUS-Hover - Fill Items [Static] ..... ..... ..... .....
#qm0 div .qmhoverfill	
{	
	background-color:#91E599;
	border-width:1px;
	border-style:solid;
	border-color:#555555;
} 		
*/