﻿#mdMenu > li a.MainMenuOptions
{
    background: none repeat scroll 0 0 transparent; /**/
    border: medium none;
    border-right: 1px solid #999;
    color: #FFFFFF;
    /*font-weight: 600;
    text-shadow: 2px 0px rgba(0,0,0,0.2);*/
}

#ZoomSlider1
{
    z-index: 2;
    position: absolute;
    top: 46px;
    right: 20px;
}

#CachedButtonList1.danville {
    cursor: pointer;
    position: absolute;
    right: 85px;
    top: 6px;
    z-index: 2;
}

#CachedButtonList1.silver
{
    z-index: 2;
    position: absolute;
    top: 6px;
    right: 85px;
    cursor: pointer;
}

#CachedButtonList1.default
{
    cursor: pointer;
    position: absolute;
    right: 65px;
    top: 46px;
    white-space: nowrap;
    z-index: 2;
}

#geoLocateMobile
{
    right: 65px;
    top: 16px;
    position: absolute;
    cursor: pointer;
}

#toggleAllPanesMobile
{
    right: 26px;
    top: 16px;
    position: absolute;
    cursor: pointer;
}

#geoLocateNoMobile
{
    right: 60px;
    top: 13px;
    position: absolute;
    cursor: pointer;
}

#toggleAllPanesNoMobile
{
    right: 26px;
    top: 13px;
    position: absolute;
    cursor: pointer;
}
.ui-state-default .ui-icon-custom
{
    background-image: url('images/custom ui icons/icons-custom-default.gif');
}

.ui-state-hover .ui-icon-custom
{
    background-image: url('images/custom ui icons/icons-custom-hover.gif');
}

.ui-state-active .ui-icon-custom
{
    background-image: url('images/custom ui icons/icons-custom-active.gif');
}
