/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 180px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}
.markermenu ul li a{
background:url(../images/buttion_bg2.gif) no-repeat;

font-family:Verdana, Arial, Helvetica, sans-serif;
display:block;
font-size:12px;
font-weight:bold;
padding:13px 0 13px 13px;
color:#ffffff;
text-decoration:none;
border:2px solid #ffffff;
}
.markermenu ul li a:hover{
background:url(../images/buttion_bg3.gif) no-repeat;

font-family:Verdana, Arial, Helvetica, sans-serif;
display:block;
font-size:12px;
font-weight:bold;
padding:13px 0 13px 13px;
color:#ffffff;
text-decoration:none;
border:2px solid #ffffff;
}



.blackwhite li a{
background: #aa9781;
height:25px;
}

.blackwhite li a:hover{
background:#999;
color:white;
}