/* CSS Document */

a:link {
	color: #333;
	text-decoration : none;
}
a:visited {
	color: #333;
	text-decoration : none;
}


.markermenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 198px;
	border: 1px solid #ffffff;
	line-height: 18px;
}

.markermenu li a{
	/*background: white url(media/arrow-list.gif) no-repeat 2px center;*/
	background-color: #FFFFFF;
	color: #666666;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #666666;
}

.markermenu li a:hover{
	color: #C00000;
	background-color: #FFF5EC;
	/* background-image: url(media/arrow-list-red.gif); */
background-image: url(images/OrangeTarget.gif);
	background-repeat: no-repeat;
	background-position: 3% 50%;
}
