
.containerobj {
    border: none;
    height:200px;
    overflow-x:hidden;
    overflow-y:hidden;
    white-space:normal;
    position:relative;
}

.containerobj div {
    height:158px;
    overflow-y:hidden;
    overflow-x:hidden;
    float:left;
    width:130px;
    position:absolute;
}

.containerobj a {
    display:block;
    clear:both;
    white-space:normal;
    min-width:108px;
    text-transform:uppercase;
    font-size:10px;
    padding:5px 5px 5px 10px;
}

.containerobj .feature {
    min-width:200px;
}
.containerobj .feature a {
    white-space:normal;
}
.containerobj .hasChildMenu {
}
.containerobj .active {
    background-color:#F7F7F7;
}
.containerobj .inpath {
    background-color:#F7F7F7;
}
