
.arrowlistmenu{
	width: 220px; /*width of accordion menu*/
	margin-top:0px; 
	background-color:#de660f;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 16px Arial;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	text-align:left;
}
.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 16px Arial;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: hand;
	cursor: pointer;
	text-align:left;
	text-decoration:none;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding-left: 12px;
	padding-right: 5px;
	margin-bottom: 3px; /*bottom spacing between each UL and rest of content*/
	margin-top: 3px;
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/

}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/

}

.arrowlistmenu ul li a{
	color: #ffffff;
	display: block;
	padding-top: 2px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	text-align:left;
    padding-left:15px !important; /* Firefox y los demás */
    *padding-left:0px !important; /* IE7  */
    *padding-left:0px; /* IE6 y anteriores */
	background-color:#e57828;

}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #ffffff;
	text-decoration: underline;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	color: #ffffff;
}