/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 158px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 0px 2px;
padding: 0;
color: #696969;
line-height: 18px;
}

.markermenu ul li a{
font: normal 12px Arial, Helvetica, sans-serif;
display: block;
/*width: auto;*/
padding: 2.05px 0;
padding-left: 11px;
text-decoration: none;
color: #fff;
line-height: 18px;
text-align:right;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 150px;
}

.markermenu ul li a:active{
color: #00014e;
}
#ddsidemenubar ul li a.markermenu_current{
color: #A60000;
border-bottom: 1px dashed #0066FF;
    display: block;
    font: bold 12px/26px Arial, Helvetica, sans-serif;
    padding: 3px 0 3px 11px;
    text-decoration: underline;
    /*width: auto;*/
}
.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000;
}


/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background:url(../images/navi-battan-bg.jpg) repeat-x;
}

.blackwhite li a:hover{
color: #000;
}