.arrowlistmenu{
	width: 200px; /*width of accordion menu*/
	background-color:#eeeadf;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}

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

.arrowlistmenu ul li{
	padding-bottom:1px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}

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

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

.arrowlistmenu ul li a{
	color: #000;
	display: block;
	padding-left: 5px; /*link text is indented 19px*/
	text-decoration: none;
	font: 10px verdana;
}
.arrowlistmenu ul li a:visited{
	color: #000;
	font: 10px Verdana;
}

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

.menos {
	margin-bottom:3px;
}