/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
	width: 250px; /*width of menu*/
}

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

.markermenu ul li a{
	color: #e4e1d5;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	background-image: url(../images/arrow-list1.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
}


* 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{

}

.markermenu ul li a:hover{
	color: #FFF;
	background-color: #656054;
	background-image:url(../images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

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