/* =-=- *** INTER "#box_left" begin *** -=-= */
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 }

/* ******* */

div#box_content div#box_left ul li.what_we_do,
div#box_content div#box_left ul li.mission_statement,
div#box_content div#box_left ul li.company_history,
div#box_content div#box_left ul li.search_properties {
   background-repeat: no-repeat;
   width: 140px;
   height: 55px;
}

/* ******* */

div#box_content div#box_left ul li.what_we_do a {
   background-image: url(../images/buttons/what_we_do.gif);
}
div#box_content div#box_left ul li.mission_statement a {
   background-image: url(../images/buttons/mission_statement.gif);
}
div#box_content div#box_left ul li.company_history a {
   background-image: url(../images/buttons/company_history.gif);
}
div#box_content div#box_left ul li.search_properties a {
   background-image: url(../images/buttons/search_properties.gif);
}

/* ******* */

div#box_content div#box_left ul li.what_we_do a:hover {
   background-image: url(../images/buttons/what_we_do_over.gif);
}
div#box_content div#box_left ul li.mission_statement a:hover {
   background-image: url(../images/buttons/mission_statement_over.gif);
}
div#box_content div#box_left ul li.company_history a:hover {
   background-image: url(../images/buttons/company_history_over.gif);
}

/* ******* */

div#box_content div#box_left ul li.what_we_do a,
div#box_content div#box_left ul li.mission_statement a,
div#box_content div#box_left ul li.company_history a,
div#box_content div#box_left ul li.search_properties a {
   display: block;
   width: 140px;
   height: 55px;
}

/* ******* */

div#box_content div#box_left ul li.what_we_do a span,
div#box_content div#box_left ul li.mission_statement a span,
div#box_content div#box_left ul li.company_history a span,
div#box_content div#box_left ul li.search_properties a span {
   display: none;
   width: 140px;
   height: 55px;   
}

/* ******* */

div#box_content div#box_left ul li.what_we_do { margin-top: 25px }
div#box_content div#box_left ul li.mission_statement { margin-top: 7px }
div#box_content div#box_left ul li.company_history { margin-top: 7px }
div#box_content div#box_left ul li.search_properties { margin-top: 52px }

/* =-=- *** INTER "#box_left" end *** -=-= */