#allPropSearchDiv {
    width: 280px;
    clear: both;
    position: absolute;
    top: 269px;
    left: 350px;
}

#allPropSearchDiv .menuBlock {
    height: 200px;
    width: 275px;
    overflow: auto;
    clear: both;
    position: absolute;
    top: 20px;
    left: -45px;
}

#allPropSearchDiv .menuBlock ul li a {
    font: 12px verdana;
    text-decoration: none;
    color: #94262c;
    font-weight: bold;
}

#allPropSearchDiv .menuBlock ul li a:hover {
    text-decoration: underline;
}

/* button wrapper */
#allPropSearchDiv div.btnWrp {
    Float: left;
    text-decoration: none;
    color: #fff;
}

#allPropSearchDiv span.btnL {
    float: left;
    width: 14px;
    height: 20px;
    background-image: url("/images/redtab/tabLeft.png");
    background-repeat: no-repeat;
    text-decoration: none;
}

#allPropSearchDiv span.btnM {
    float: left;
    height: 20px;
    background-image: url("/images/redtab/tabCenter.png");
    color: #ffffff;
    background-repeat: repeat-x;
    text-decoration: none;
    padding-top: 3px;
    font: 11px verdana;
}

#allPropSearchDiv span.btnR {
    float: left;
    width: 15px;
    height: 20px;
    background-image: url("/images/redtab/tabRight.png");
    background-repeat: no-repeat;
    text-decoration: none;
}

#allPropSearchDiv .btnM a {
    color: #ffffff !important;
    font: 8px Verdana !important;
    text-decoration: none;
}

#allPropSearchDiv li {
    border-bottom: 1px solid #fff;
}

#menuBlockAllProps.menuBlock ul  li {
   background-color: #d6d6d6;
}



/* SEARCH - All Properties By Name Drop Down */
.hiddenMenu { display: none; z-index: -99; }
.shownMenu { display: block; z-index: 99; }
#menuTitleAllProps { cursor: pointer; }