body,td,th {
	font-size: 12px;
}
body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Helvetica;
}
.arrowlistmenu{
	width: 95%; /*width of accordion menu*/
	margin-left: 10px;
	margin-right: 10px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0px 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-image: url(images/gradi_barras.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color: #C00;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: disc;
	margin: 10;
	margin-bottom: 10px;
	margin-left: -15px;
}

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

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

.css {
}
