/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 101px; /*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;
padding: 0;
}
.markermenu li{ display:block;*display: inline-block; margin:0px !important; padding:0px !important;}

.markermenu ul li a{
background:#311c5b;
font: normal 11px verdana,arial;
color: #ffffff;
display: block;
width: auto;
margin:0px !important;
padding: 8px 5px;
text-decoration: none;
text-align:left;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width:101px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #ffffff;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #FF6500;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #D6CBDE;
}

.blackwhite li a:hover{
background: #FF6500;
color: white;
}
