.markermenu{
	width: 170px; /*width of menu*/
	margin-left: 10px;
}

.markermenu ul{
	list-style-type: none;
	padding: 0;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}

.markermenu ul li a{
	display: block;
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	background-color: white;
	background-image: url(../image/dot_grey.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	color: #333333;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #333333;
	text-decoration: none;
}

.markermenu ul li a:hover{
	color: #CC0000;
	background-image:url(../image/dot_red.gif); /*onMouseover image change. Remove if none*/
	text-decoration: underline;
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */
