.menu{
    width:964px;
    height:261px;
    top:0px;
    left:0px; margin: 0 auto;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}
.item{
    position:relative;
    float: left;
    width:56px;
    margin:0px;
    height:263px;
    cursor:pointer;
    overflow:hidden;
}

.last { float: right; }

.icon_home{ border-left: 1px solid #fff; border-right: 1px solid #fff; text-decoration: none; width: 56px; height: 263px; display: block; background:transparent url(../images/bussines_plans.jpg) no-repeat top left; }

.icon_home2{ border-left: 1px solid #fff; border-right: 1px solid #fff; text-decoration: none; width: 56px; height: 263px; display: block; background:transparent url(../images/value_time.jpg) no-repeat top left; }

.icon_home3{ border-left: 1px solid #fff; border-right: 1px solid #fff; text-decoration: none; width: 56px; height: 263px; display: block; background:transparent url(../images/our_office.jpg) no-repeat top left; }

.icon_home4{ border-left: 1px solid #fff; border-right: 1px solid #fff; text-decoration: none;width: 56px; height: 263px; display: block; background:transparent url(../images/our_member.jpg) no-repeat top left; }

.icon_home5{ border-left: 5px solid #fff; border-right: 1px solid #fff; text-decoration: none;width: 56px; height: 263px; display: block; background:transparent url(../images/trad_service.jpg) no-repeat top left; }

.item_content{
    position:absolute;
    height:263px;
    width:738px;
    overflow:hidden;
    left:56px;
    top:0px;
}
.item_content img { display: block; }

