/* CSS Document */



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
	list-style-type: none;
	padding: 0;
	width: 205px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9A9A9A;
	border-right-color: #9A9A9A;
	border-bottom-color: #9A9A9A;
	border-left-color: #9A9A9A;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}
.markermenu li{
	border-bottom: 1px solid #B5B5B5;
}

.samll_test {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0033CC;
}


.markermenu li a{
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #00014e;
	display: block;
	width: auto;
	padding-left: 22px;
	text-decoration: none;
	background-color: white;
	background-image: url(images/white_arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}

.markermenu ul{
	padding: 0;
	list-style-type: none;
	margin-left:  0px;

}

.markermenu ul li{
	display: list-item;
	float: none;
	border-bottom: 1px solid #B5B5B5;
}

*html .markermenu ul li{
	border-top: 1px solid #B5B5B5;
	border-bottom:none;
}

*+html .markermenu ul li{
	border-top: 1px solid #B5B5B5;
	border-bottom:none;
}



.markermenu ul li a{
	margin-left:  15px;
}



.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: black;
background-color: #EFEFEF;
background-image:url(images/white_arrow.gif); /*onMouseover image change. Remove if none*/
}
