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

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

.markermenu ul{
	list-style-type: none;
	margin: 5px 0 0 5px;
	padding: 0;
	border: 1px solid #D2D2D2;
}

.markermenu ul li a{
	background: white url(http://www.geocities.com/images/arrow-list.gif) no-repeat 2px center;
	font: bold 13px Verdana, Helvetica, sans-serif;
	color: #00014e;
	display: block;
	width: auto;
	padding: 3px 0;
	padding: 5px 0 5px 20px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
}


* 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{
color: #00014e;
}

.markermenu ul li a:hover{
color: #273E5D;
background-color: #D3DCE6;
background-image:url(http://www.geocities.com/images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}
#selected{
color: #fff;
background-color: #8aa2c2;
background-image:url(http://www.geocities.com/images/arrow-list-red.gif);
}

#selected-child{
color: #000;
background-color: #D3DCE6;
background-image:url(http://www.geocities.com/images/arrow-list-red.gif);
}

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