.markermenu {
width : 100%;
clear : left;
position : relative;
}
.markermenu ul {
list-style-type : none;
}
.markermenu ul li a {
font : bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color : #666666;
display : block;
width : auto;
text-decoration : none;
text-align : left;
border-bottom : 1px solid #d7d7d7;
padding-top : 10px;
font-style : normal;
font-weight : normal;
}
* html .markermenu ul li a {
width : 100%;
}
.markermenu ul li a:visited, .markermenu ul li a:active {
color : #999999;
}
.markermenu ul li a:hover, .markermenu ul li a.selected {
color : #b5225b;
background-color : transparent;
}
.blackwhite li a {
background : #d7d7d7;
color : #000;
border-bottom : 1px solid #fc3;
}
.blackwhite li a:hover {
background : #7c7c7c;
color : white;
}