.markermenu{
width: 100%; /*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: 0;padding: 0;
}
.markermenu ul li{
	text-align:left;
	border-bottom:1px dotted #ccc;
	font-weight:bold;
}
.markermenu ul li:hover{
	text-align:left;
	font-weight:bold;	
}
.markermenu ul li a{
display: block;
padding:6px 5px;
color:#1f6aae;
font-size:11px;
}
* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #1f6aae;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
font-weight:bold;
display: block;
width: 180px;
color:#c30f0d;
}

.blackwhite li a{
background:url(../images/icon7.gif) 10px 8px no-repeat #ea5f31;
border-bottom:1px solid #fff;
}

.blackwhite li a:hover{
background-color: #fbf4a4;
color: #000;
}