.pestana_izda_sup{
background:url(../img/curva_sup_izda.gif) no-repeat;
height:9px;
margin-left:1px;
background-color:#e5e1d6;
}
* html .pestana_izda_sup{
	margin-bottom:-7px;		
}

.pestana_izda_inf{
background:url(../img/curva_inf_izda.gif) no-repeat;
height:9px;
margin-left:1px;
background-color:#e5e1d6;
}
.arrowlistmenu{
width: 220px; /*width of accordion menu*/
padding:0 4px 4px 4px;
border-left:1px solid #dfded8;
border-right:1px solid #dfded8;
background-color:#fff;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Arial, Helvetica, sans-serif;
color: #fff;
background: #fff url(../img/pestana_menu_off.gif) no-repeat center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 6px; /*header text is indented 10px*/
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #fff url(../img/pestana_menu_on.gif) no-repeat center left;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: url(../img/flecha_menu_off.gif) no-repeat center right; /*custom bullet list image*/
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: url(../img/flecha_menu_on.gif) no-repeat center right; /*custom bullet list image*/
color:#f65d43;
}

.arrowlistmenu ul li a{
color: #999;
background: url(../img/flecha_menu_off.gif) no-repeat center right; /*custom bullet list image*/
display: block;
padding: 2px 16px 2px 9px;
text-decoration: none;
font: bold 11px Arial, Helvetica, sans-serif;
border-bottom: 1px solid #999;
}

.arrowlistmenu ul li a:visited{
color: #999;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background: url(../img/flecha_menu_on.gif) no-repeat center right; /*custom bullet list image*/
color:#f65d43;
}

.arrowlistmenu ul li li a{
font-weight:normal;
padding-left:14px;
margin-left:0px;
}

.arrowlistmenu ul li a.itemAbierto:link{ 
background: url(../img/flecha_menu_on.gif) no-repeat center right; /*custom bullet list image*/
color:#f65d43;	
}
.arrowlistmenu ul li a.itemAbierto:visited{ 
background: url(../img/flecha_menu_on.gif) no-repeat center right; /*custom bullet list image*/
color:#f65d43;	
}
.arrowlistmenu ul li a.itemAbierto:hover{ 
background: url(../img/flecha_menu_on.gif) no-repeat center right; /*custom bullet list image*/
color:#f65d43;	
}

.arrowlistmenu ul li li a.itemAbierto:link{ 
background: url(../img/flecha_menu_on.gif) no-repeat center right; /*custom bullet list image*/
color:#f65d43;	
}
.arrowlistmenu ul li li a.itemAbierto:visited{ 
background: url(../img/flecha_menu_on.gif) no-repeat center right; /*custom bullet list image*/
color:#f65d43;	
}
.arrowlistmenu ul li li a.itemAbierto:hover{ 
background: url(../img/flecha_menu_on.gif) no-repeat center right; /*custom bullet list image*/
color:#f65d43;	
}