ul, ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    color: #000;
    float: none;
    }

h3{
    margin-left: 15px;
    color: #516e7e;
    }

ul#menu_hor_eusk{
	margin-left: 17px;
	padding-left: 0;
	margin-top: 50px;
	border-top: 1px dashed #000;
	background-color: #F1F1F1;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
    }

ul#menu_hor_eusk li a{
	display: block;
	width: 175px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
    }
    
ul#menu_hor_eusk li a,
ul#menu_hor_eusk li a:visited{
	color: #000;
    }
    
ul.lista_territorio{
    margin-left: 35px;
    }
    
ul.lista_territorio li{
    list-style: circle;
    height: 20px;
    margin-left: 35px;
}

span.dstk{
    color: #516e7e;
    font-weight: bold;
    }
    
ul li span.dstk{
    color: #000;
    }