div.box_left {
   padding-top: 25px;
}
div#box_content div#box_left ul { padding-left: 8px; }

div#box_content div#box_left ul li { list-style: none; float: left; clear: left }
/* 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 begin */
.recent {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/recent_brokerage_deals.gif);
   background-repeat: no-repeat;
   margin-top: 8px;
}
.recent a {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/recent_brokerage_deals.gif);
   background-repeat: no-repeat;
   display: block;
}
.recent a:hover {
   background-image: url(../images/buttons/recent_brokerage_deals_over.gif);
   background-repeat: no-repeat;
}
.recent a span {
   display: none;
}
/* BTN recent_acquisitions end */

/* BTN representative begin */
.representative {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/representative.gif);
   background-repeat: no-repeat;
   margin-top: 8px;
}
.representative a {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/representative.gif);
   background-repeat: no-repeat;
   display: block;
}
.representative a:hover {
   background-image: url(../images/buttons/representative_over.gif);
   background-repeat: no-repeat;
}
.representative a span {
   display: none;
}
/* BTN representative 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 */