/* list-style: pos1 pos2 po3;
 *    parameter:
 *               pos1: none | disc | circle | square
 *               pos2: inside | outside
 *               pos3: none | url('arrow.gif')
 * more info under: http://www.w3schools.com/css/css_list.asp
 */

.xmap ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;

}
.xmap ul li {
	margin		: 0;
	padding		: 0;
	background	: transparent;
}
.xmap a img {
	border		: none;
}
.xmap ul.level_0 ul {
        	padding-left : 5px; padding-top : 0; list-style : none; margin : 10px 0;
        	font-size : 1em;font-weight: bold;
}

.xmap ul.level_0 li a {

}


.xmap ul.level_1 li {
	padding-left : 15px; line-height : 15px; background : url(http://www.fonhapo.gob.mx/portal/templates/fonhapo/images/bullet_mapa.gif) no-repeat 0 0; text-align : justify; font-size : 1em; margin : 10px 0;font-weight: normal;
}
.xmap .active {
	font-style	: italic;
}
