
.arrowlistmenu{
width: 254px; /*width of accordion menu*/
top:0px;
border:0px;
margin-left:-1px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: Arial;
font-size: 12px;
color: #7F7F7F;
background-image: url(imagen_menu/fondo_1.png);
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
margin-top: 0px;
margin-left: 0px;
border: none;
text-transform: uppercase;
text-align: center;
padding: 23px 0px 19px 0px; /*header text is indented 10px*/
cursor: hand;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(imagen_menu/fondo_2.png);
}

.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 a{
color: #7F7F7F;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-family: Arial;
font-weight: bold;
font-size: 12px;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#C99407;
}
