#home-services {
    padding:10px 0 0 0;
    margin:0;
}

#home-services li a {
	display:block;
	width:200px;
	padding:20px 15px;
    text-decoration: none;
}

#home-services li {
	float:left;
	padding:0;
	margin:0 15px 0 0;
    list-style-type: none;
}

#home-services li.business {
    background:#fff url("../img/btn-business.jpg") left top no-repeat;
}
#home-services li.private {
    background:#fff url("../img/btn-private.jpg") left top no-repeat;
}

#home-services li span {
    display:block;
    font-size:1.2em
}

#site-map-section a {
    text-decoration: none;
}

#map, #map2 {
    width:300px;
    height:200px;
    float:right
}
