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

.markermenu{
width: 142px; /*width of side bar menu*/
clear: left;

}

.markermenu ul{
background: url(navs_off.jpg) repeat-y;
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: url(navs_off.jpg) repeat-x;
font: 12px Verdana, Arial, Helvetica, sans-serif;
line-height: 14px;
color: black;
display: block;
width: auto;
padding: 4px 0;
padding-left: 3px;
text-align: left;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
background: url(navs_off.jpg) repeat-x;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
background: url(navs_on.jpg) repeat;
}

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

.blackwhite li a{
background: white;
font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.blackwhite li a:hover{
background: black;
color: white;
font: 12px Verdana, Arial, Helvetica, sans-serif;
}
