.markermenu {
	width: 175px; clear: left; position: relative;
}
.markermenu ul {
	margin: 5px 0px; padding: 0px; border: 1px solid rgb(154, 154, 154); list-style-type: none;
}
.markermenu ul li a {
	background: url("bulletlist.gif") no-repeat 3px rgb(242, 242, 242); font: bold 13px/normal "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; padding: 3px 0px 3px 20px; width: auto; color: rgb(0, 1, 78); text-decoration: none; border-bottom-color: rgb(181, 181, 181); border-bottom-width: 1px; border-bottom-style: solid; display: block; font-size-adjust: none; font-stretch: normal;
}
* html .markermenu ul li a {
	width: 155px;
}
.markermenu ul li a:visited {
	color: rgb(0, 1, 78);
}
.markermenu ul li a:active {
	color: rgb(0, 1, 78);
}
.markermenu ul li a:hover {
	color: white; background-color: black;
}
.markermenu ul li a.selected {
	color: white; background-color: black;
}
.blackwhite li a {
	background: white;
}
.blackwhite li a:hover {
	background: black; color: white;
}
