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

.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 180px;
/* border: 1px solid #9A9A9A; */
}

.markermenu li a{
	background: url(button_green.gif) no-repeat 2px center;
	font: bold 14px "Comic Sans MS";
	color: #FFFF00; /* text up font */
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-decoration: none;
	border-bottom: 1px solid #CBE5FF;
    border-top: 1px solid #CBE5FF;
}

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

.markermenu li a:hover{
color: yellow; /* text over font */
background-color: #044C99;
background-image:url(button_red.gif); /*onMouseover image change. Remove if none*/
}
