.markermenu{
width: 236px;
clear: left;
position: relative;
}
.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
}
.markermenu ul li a{
font-family: "Trajan Pro";
font-size:14px;color: #00014e;
display: block;
width: auto;
padding: 0px;
padding-left: 35px;
text-decoration: none;
line-height:40px
}
*html .markermenu ul li a{
width: 155px;
line-height:40px
}
.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}
.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background:url(nevigation-hover-bg.png) no-repeat left;
line-height:40px
}
.blackwhite li a{
background: #828282;
}
.blackwhite li a:hover{
background: #feda00;
color:#000;
}