div.box_left_acquisitions ul li {
   list-style: none;
}
div.box_left_acquisitions ul {
   padding-left: 8px;
   padding-top: 25px;
}
/* BTN general begin */
.general {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/general.gif);
   background-repeat: no-repeat;
}
.general a {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/general.gif);
   background-repeat: no-repeat;
   display: block;
}
.general a:hover {
   background-image: url(../images/buttons/general_over.gif);
   background-repeat: no-repeat;   
}
.general a span {
   display: none;
}
/* BTN general end */

/* BTN recent_acquisitions begin */
.recent_acquisitions {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/recent_acquisitions.gif);
   background-repeat: no-repeat;
   margin-top: 8px;
}
.recent_acquisitions a {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/recent_acquisitions.gif);
   background-repeat: no-repeat;
   display: block;
}
.recent_acquisitions a:hover {
   background-image: url(../images/buttons/recent_acquisitions_over.gif);
   background-repeat: no-repeat;
}
.recent_acquisitions a span {
   display: none;
}
/* BTN recent_acquisitions end */

/* BTN acquisitions_development begin */
.acquisitions_development {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/acquisitions.gif);
   background-repeat: no-repeat;
   margin-top: 8px;
}
.acquisitions_development a {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/acquisitions.gif);
   background-repeat: no-repeat;
   display: block;
}
.acquisitions_development a:hover {
   background-image: url(../images/buttons/acquisitions_over.gif);
   background-repeat: no-repeat;
}
.acquisitions_development a span {
   display: none;
}
/* BTN acquisitions_development end */

/* BTN SEARCH begin */
.search_properties {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/search_properties.gif);
   background-repeat: no-repeat;
   margin-top: 62px;
}
.search_properties a {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/search_properties.gif);
   background-repeat: no-repeat;
   display: block;
}
.search_properties a span {
   display: none;
}
/* BTN SEARCH end */