.arrowlistmenu{
	width: 152px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	width:134px; /* 152-15 do padding*/
	height:29px;
	padding-left:15px;
	background-repeat: no-repeat;
	background-color:#4E6CB4;
	margin:0 0 1px 0;

	background-image:url(../img/a.jpg);
	background-repeat:no-repeat;
	background-position:130px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	line-height:29px;
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	background-color:#415B98;
	background-image:url(../img/hover.jpg);
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color:#415B98;
	background-image:url(../img/active.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	margin:0;
	padding:0;
}

.arrowlistmenu ul li {
	width:152px; 
	height:auto;
	list-style:none;
	line-height:23px;
	/*background-color:#F9F9F9;*/
	border-bottom: 1px #E0E0E0 dotted;
	color:#545454;
	font-size:12px;

}

.arrowlistmenu ul li a{
	text-decoration:none;
	color:#545454;
	display:block;
	padding:2px 0 2px 20px;
	background-image:url(../img/li.jpg);
	background-repeat:no-repeat;
	background-position:9px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #333;
	background-image:url(../img/li.hover.jpg);
	background-color:#F5F5F5;
}

.fonte-9 {
	font-size:9px;
}

.fonte-10 {
	font-size:10px;
}

.fonte-11 {
	font-size:11px;
}

.fonte-8 {
	font-size:8px;
}