

.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 100px;
margin-left:100px;
position:absolute;

}

.markermenu li a{
background: white url(media/arrow-list.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #82C6F9;
display: block;
width: auto;
padding: 3px 0;
text-decoration: none;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 100px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #82C6F9;
}

.markermenu li a:hover{
color:#1686D9;
background-image:url(media/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}


