@charset "utf-8";
/* CSS Document */
/* ######### Marker List Vertical Menu ######### */

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

}

.bmarkermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;


}

.bmarkermenu ul li a{
font: 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 3px;
text-decoration: none;
font-variant: small-caps;

border-bottom: 1px solid #B5B5B5;
}

* html .bmarkermenu ul li a{ /*IE6 hack*/

width: 155px;
}

.bmarkermenu ul li a:visited, .bmarkermenu ul li a:active{
color: white;
}

.bmarkermenu ul li a:hover, .bmarkermenu ul li a.selected{
color: black;
/*background-color: black;*/
}

