/* ######### Marker List Vertical Menu ######### */

.mattblackmenu_left{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.mattblackmenu_left ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.mattblackmenu_left ul li a{
background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
color: #35332e;
display: block;
width: auto;
padding-left: 20px;
text-decoration: none;
}

* html .mattblackmenu_left ul li a{ /*IE6 hack*/
width: 155px;
}

.mattblackmenu_left ul li a:visited, .mattblackmenu_left ul li a:active{
color: #00014e;
}

.mattblackmenu_left ul li a:hover, .mattblackmenu_left ul li a.selected{
color: white;
background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}