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

.markermenu{
width: 220px; /*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: 0;
padding: 0;
border: 1px solid #cccccc;
}

.markermenu ul li a{
background: #ffffff url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: normal 15px "Raleway";
color: #202020;
display: block;
width: auto;
padding: 8px 0;
text-decoration: none;
border-bottom: 1px solid #ffffff;
font-weight: 500;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #ff981e;
font-weight: 500;
}