@charset "utf-8";
/* CSS Document */
.markermenu{
	list-style-type: none;
	position: relative;
	padding: 0;
	top: 2px;
	width: 245px;
	margin: 0px;
	text-align: left;
	
}

.markermenu li a{
	color: #FFFFFF;
	display: block;
	width: auto;
	padding-left: 12px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*background-image: url(../images/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: 3px center;*/
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	height: 13px;
	margin-bottom:5px;
	
}


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

.markermenu li a:visited, .markermenu li a:active{
	color: #FFFFFF;
}

.markermenu li a:hover{
	color: #CCCCCC;
	background-image:url(../images/alto.gif); /*onMouseover image change. Remove if none*/
	background-repeat: no-repeat;
	background-position: 3px center;	
}

