.markermenu{
width: 131px;
clear: left;
position: relative;
text-align: left;
}
.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}
.markermenu ul li a{
background-color: #669ACC; 
font: 11px Verdana;
font-weight: bold; 
color: white;
display: block;
width: auto;
padding: 3px 0px;
padding-left: 32px;
text-decoration: none;
}
.markermenu ul li a:visited{
outline:none;
background-color: #669ACC;
}
.markermenu ul li a:active{      
color: black;
background: url(button-down.gif);
background-repeat: no-repeat;
outline:none;
}
.markermenu a:hover{         
color: black;
background: url(button-over.gif);
background-repeat: no-repeat;
outline:none;
}
.blackwhite li a{
background: #669ACC;
color: white;
padding-left: 35px;
outline:none;
}
.blackwhite li a:hover{
background: #669ACC;
color: black;
background-image: url(button-over.gif);
background-repeat: no-repeat;
outline:none;
}
.blackwhite li a:active{
background: #669ACC;
color: black;
background-image: url(button-down.gif);
background-repeat: no-repeat;
outline:none;
}
