.jimgMenu {
    height: 93px;
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
    width: 870px;
}
.jimgMenu ul {
    display: block;
    height: 200px;
    list-style: none outside none;
    margin: 0;
}
.jimgMenu ul li {
    float: left;
    margin-left: 1px;
}
.jimgMenu ul li a, .jimgMenu ul li span {
    background: none repeat scroll 0 center #FFFFFF;
    cursor: pointer;
    display: block;
    height: 93px;
    overflow: hidden;
    text-indent: -1000px;
    width: 93px;
}
.jimgMenu ul li.fashionable a {
    background: url("images/living.png") no-repeat scroll left top transparent;
}
.jimgMenu ul li.fashionable a:hover {
    background: url("images/living_hover.png") repeat scroll left top transparent;
}
.jimgMenu ul li.fashionable_active span {
    background: url("images/living_hover.png") repeat scroll left top transparent;
    width: 126px;
}
.jimgMenu ul li.f-address a {
    background: url("images/address.png") no-repeat scroll left top transparent;
}
.jimgMenu ul li.f-address a:hover {
    background: url("images/address_hover.png") repeat scroll left top transparent;
}
.jimgMenu ul li.f-address_active span {
    background: url("images/address_hover.png") repeat scroll left top transparent;
    width: 126px;
}
.jimgMenu ul li.sign a {
    background: url("images/signature_updated.png") no-repeat scroll left top transparent;
}
.jimgMenu ul li.sign a:hover {
    background: url("images/signature_updated_hover.png") repeat scroll left top transparent;
}
.jimgMenu ul li.sign_active span {
    background: url("images/signature_updated_hover.png") repeat scroll left top transparent;
    width: 126px;
}
.jimgMenu ul li.grandness a {
    background: url("images/grandness.png") no-repeat scroll left top transparent;
}
.jimgMenu ul li.grandness a:hover {
    background: url("images/gardness_hover.png") repeat scroll left top transparent;
}
.jimgMenu ul li.grandness_active span {
    background: url("images/gardness_hover.png") repeat scroll left top transparent;
    width: 126px;
}
.jimgMenu ul li.residency a {
    background: url("images/the_residances.png") no-repeat scroll left top transparent;
}
.jimgMenu ul li.residency a:hover {
    background: url("images/the_residances_hover.png") repeat scroll left top transparent;
}
.jimgMenu ul li.residency_active span {
    background: url("images/the_residances_hover.png") repeat scroll left top transparent;
    width: 126px;
}
.jimgMenu ul li.faddress a {
    background: url("images/address.png") no-repeat scroll left top transparent;
}
.jimgMenu ul li.faddress a:hover {
    background: url("images/address_hover.png") repeat scroll left top transparent;
}
.jimgMenu ul li.faddress_active span {
    background: url("images/address_hover.png") repeat scroll left top transparent;
    width: 126px;
}
.jimgMenu ul li.f-indulgences a {
    background: url("images/indulgencies.png") no-repeat scroll left top transparent;
}
.jimgMenu ul li.f-indulgences a:hover {
    background: url("images/indulgencies_hover.png") repeat scroll left top transparent;
}
.jimgMenu ul li.f-indulgences_active span {
    background: url("images/indulgencies_hover.png") repeat scroll left top transparent;
    width: 126px;
}
.jimgMenu ul li.plan a {
    background: url("images/plan.png") no-repeat scroll left top transparent;
}
.jimgMenu ul li.plan a:hover {
    background: url("images/plan_hover.png") repeat scroll left top transparent;
}
.jimgMenu ul li.plan_active span {
    background: url("images/plan_hover.png") repeat scroll left top transparent;
    width: 126px;
}
.jimgMenu ul li.partners a {
    background: url("images/partners.png") no-repeat scroll left top transparent;
}
.jimgMenu ul li.partners a:hover {
    background: url("images/partners_hover.png") repeat scroll left top transparent;
}
.jimgMenu ul li.partners_active span {
    background: url("images/partners_hover.png") repeat scroll left top transparent;
    width: 126px;
}
.clear {
    clear: both;
}


.paddingleft
{
padding-left:72px;
}