/* ######### Marker List Vertical Menu ######### */

.markermenu{
    width: 155px; /*width of side bar menu*/
    position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
    margin: 0 auto;
}

.markermenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.markermenu ul li a{
    background: url('/Images/side-nav-bg.gif') no-repeat;
    color: #fff;
    display: block;
    width: auto;
    padding: 0 9px;
    text-decoration: none;
    /*font-size: 18px;*/
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
    line-height: 30px;
}

* html .markermenu ul li a{ /*IE6 hack*/
    
}

/*.markermenu ul li a:visited, .markermenu ul li a:active{
    
}*/

.markermenu ul li a:hover, .markermenu ul li a.selected{
    color: #feef2b;
    background: url('/Images/side-nav-bg-selected.gif') no-repeat;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

/*.blackwhite li a{
    background: url('/Images/side-nav-bg.gif') no-repeat;
}

.blackwhite li a:hover{
    color: #feef2b;
    background: url('/Images/side-nav-bg-selected.gif') no-repeat;
}*/
