ul{
    list-style:none;
    margin:0 0 1em 5px;
    padding: 0;	
}
ul li{
    line-height:1.3em;
    margin: .25em 0;
    padding-left: 20px;	
    background:url(/images/bullet-arrow.gif) no-repeat 0 4px;
	font-size : 13px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	padding-bottom : 7px;
}
li ul{
    margin:0 0 0 25px;
    list-style:none;
}
li ul li{
    
    background:url(/images/orange_bullet-w.gif);
	list-style: none;	
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 15px;  /* space for the image */

}

.mapheader {
	font-size :  20px;
	font-family : Georgia, "Times New Roman", Times, Serif;
	
}

.maplink {
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
}

       