﻿/*ESTILOS ACORDEON*/

.arrowlistmenu{
width: 152px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
background:url(../images/boton_out.gif) no-repeat;
margin-bottom:0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
cursor: pointer;
height:36px;
font:10pt Comic Sans MS;
color: #422d28;
margin-top:8px;
}
.arrowlistmenu .menuheader a
{
	font:9pt Verdana;
	color: #ffffff;
	background:url(../images/boton_out.gif) no-repeat;
	height:25px;
	display: block;
	text-decoration:none;
	padding-left: 10px;
	vertical-align:middle;
	padding-top:11px;
	text-transform:uppercase;
	_height:25px;
	text-align:left;
}

.arrowlistmenu .menuheader a:hover
{
	background:url(../images/boton_over.gif) no-repeat;
	color: #ffffff;
	height:25px;
	_height:25px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background:url(../images/boton_over.gif) no-repeat;
color: #ffffff;
}

.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*/
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
}

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

.arrowlistmenu ul li a
{
font:9.5pt Verdana;
color: #ffffff;
background-color: #c5abc1;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
text-align:left;
}

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