
.arrowlistmenu1{
margin: 0 8px 0 8px;
padding:8px;

}

.arrowlistmenu1 .headerbar2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C60000;
	text-transform: uppercase;
	font-weight:bold;
	background:   url("../images/images/bullet_01.gif") no-repeat top left;
	margin: 0px; /*bottom spacing between header and rest of content*/
	padding: 0px 0 0px 22px; /*header text is indented 10px*/
	
}
.arrowlistmenu1 .headerbar1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	color: #333333;
	font-weight:bold;
	margin-top: 10px; /*bottom spacing between header and rest of content*/
	margin-bottom: 4px; 
	padding-top: 0px ; /*header text is indented 10px*/
}

.arrowlistmenu1 ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu1 ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/

}

.arrowlistmenu1 ul li a{
	display: block;
		padding:0 0 0 14px;  /*link text is indented 19px*/
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #003366;
	background:   url("../images/images/icono1.gif") no-repeat top left;
	line-height:15px;
}


.arrowlistmenu1 ul li a:hover{ /*hover state CSS*/
   
   text-decoration:underline;
}

