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

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

}

.markermenu ul{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px 0;
padding: 0;
}

.markermenu ul li a{
background: #ed1d83; /*light gray background*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
display: block;
width: auto;
padding-left: 10px;
border-bottom: 1px solid #000;
height: 30px;
line-height:30px;
}

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

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

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

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

.blackwhite li a{
background: #ed1d83;
height: 30px;
line-height:30px;
}

.blackwhite li a:hover{
background: #ed5eca;
color: #000;
height: 30px;
line-height:30px;
}