.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 160px;
border-top: 1px dashed #c0c0c0;
}

.markermenu li a{
background: white url(transparent.gif) no-repeat 2px center;
font: bold 11px Arial, Verdana, Helvetica, sans-serif;
color: #808080;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-right: 4px solid #808080;
border-bottom: 1px dashed #c0c0c0;
}


* html .markermenu li a{
width: 160px;
}

.markermenu #current a, .markermenu #current span{
color: black;
background-color: #F6F6EF;
border-right: 4px solid #cc0000;
background-image:url(../clip/arrow-list-red.gif);
}

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

.markermenu li a:hover{
color: black;
background-color: #ffffff;
background-image:url(../clip/arrow-list-red.gif);
border-right: 4px solid #cc0000;
border-bottom: 1px dashed #cc0000;
}

