#map-display { 
    width: 100%; 
    height: 500px;
}

#map-block { 
    float:right; 
    width:75%;
   padding-top: 10px;
}

#map-links {
    float:left;
    width: 20%;
}

#map-links ul {
    margin-left:0;
}

#map-links li {
    overflow:hidden; 
    border-bottom:1px dotted #ccc;
}

#map-links li a {
    display:block;
    text-decoration:none; 
}