.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 180px;
border-width: 1px;
border-style: solid;
border-color: #C00000;

}

.markermenu li a{
background-color: white;
background-image: url("arrow-list.gif");
background-repeat: no-repeat;
background-position: 2px;
background-color: center;
font-weight: bold;
font-size: 13px;
font-family: Lucida Grande",  Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #B5B5B5;

}

* html .markermenu li a{
width: 180px;

}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;

}

.markermenu li a:hover{
color: black;
background-color: #D2E9FF;
background-image: url("arrow-list-red.gif");

}