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


.markermenu{
width: 200px; /*width of side bar menu*/
float: right;
text-align: right;
margin-right: 8px;
padding: 3px 0 3px 0;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
clear: left;
}

.markermenu ul{
list-style-type: none;
padding: 0;
border: 0px solid #CCCCCC;
}

.markermenu ul li a{
background: #F3F0DE url("ddlevelsmenu-sidebar.css") no-repeat 3px center; /*navy background*/
font: normal 12px "Arial", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #113153;
display: block;
padding: 3px 0 3px 0;
text-decoration: none;
border-bottom: 1px solid #CCCCCC;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 200px;
padding: 3px 0 3px 0;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #666666;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #708090;
background-color: #F3F0DE;
}

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

.blackwhite li a{
background: #113153;
}

.blackwhite li a:hover{
background: #708090;
color: #DDDDDD;
}
