.arrowlistmenu{
width: 148px; /*width of accordion menu*/
/*background: #FFFFFF url(../images/menu_left_fondo.jpg) no-repeat;*/
background: #FFFFFF;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font:  15px  Arial, Helvetica, sans-serif;
color: #292929;
font-weight:bold;
text-transform:uppercase;
background: #FFFFFF url(../../../skins/basic/customer/images/menu_left_fondo.jpg) no-repeat ;
/*background: black url(titlebar.png) repeat-x center left;*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 5px 0 7px 5px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #FFFFFF url(../../../skins/basic/customer/images/menu_left_fondo1.jpg) no-repeat ;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/

list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
  background: #FFFFFF;
  color: #000;
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #292929;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 0px 0;
padding-left: 20px; /*link text is indented 19px*/
text-decoration: none;
/*font-size: 90%;*/
}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #FFFFFF;
	color:#990000;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
a.menu_marca_of{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
   color: #292929;
}
.menu_marca_of:hover{
   color: #b40000;
}
a.menu_marca_on{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
   color: #b40000;
}
.menu_marca_on{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
   color: #b40000;
}