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

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

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 180px; /*width of side bar menu*/
border: 0px solid #fff;
}

.markermenu ul li a{
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color: #5c5b5c;
background-color:#FFF;
display: block;
width: 180px;
padding: 3px 0;
height:20px;
line-height:20px;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #fff;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 180px;
background-color:#871171;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #5c5b5c;
background-color:#FFF;
}

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

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

.blackwhite{
border:#000000 solid 1px;

}

.blackwhite li a{
	color:#7d7c7c;
background-color:#FFF;
}

.blackwhite li a:hover{
background: #cc3e42;
color: #FFF;
}