/* ######### Marker List Vertical Menu ######### */

.markermenu{
margin: 0px;
padding: 0px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
width: 177px; /*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;
padding: 0;
margin: 0px 0;
}

.markermenu img {
padding: 0px 2px 2px 3px;
vertical-align:bottom;
}

.markermenu ul li a{
display: block;
padding: 3px 0px 3px 5px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #cccccc;
background-color: #eaebed;
color: #006699;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 157px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #006699;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
background-color: #f6f6f6;
color: #0364C4;
text-decoration: none;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background-color: #eaebed;
color: #006699;
}

.blackwhite li a:hover{
background-color: #f6f6f6;
}