/* ######### 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*/

}

.markermenu ul{
list-style-type: none;
margin: 6px 0 6px;
padding: 0;
border: 1px solid #FFFFFF;
}

.markermenu ul li a{
background: #FFFFFF no-repeat 3px center; /*light gray background*/
font: bold 13px Arial,Verdana, Helvetica, sans-serif;
color: #757272;
display: block;
line-height:25px;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #858282;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #6189CA;
background-color: #F9F9F9;
}

/* Duplicating the 1st once */

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

}

.markermenu-1 ul{
list-style-type: none;
margin: 6px 0 6px;
padding: 0;
border: 1px solid #FFFFFF;
}

.markermenu-1 ul li a{
background: #FFFFFF no-repeat 3px center; /*light gray background*/
font: bold 13px Arial,Verdana, Helvetica, sans-serif;
color: #757272;
display: block;
line-height:25px;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 0px solid #858282;
}

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

.markermenu-1 ul li a:visited, .markermenu ul li a:active{
color: #757272;
}

.markermenu-1 ul li a:hover, .markermenu ul li a.selected{
color: #6189CA;
background-color: #F9F9F9;
}

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

.blackwhite li a{
padding-left:10px;
width:120px;
background: #FFFFFF;
}

.blackwhite li a:hover{
background: #F9F9F9;
color: #6189CA;
}