				/*Credits: Dynamic Drive CSS Library */
				/*URL: https://www.dynamicdrive.com/style/ */

			.markermenu{
				list-style-type: none;
				margin: 0px 0;
				padding: 0;
				width: 180px;
				border: 0px solid #ffffff;
			}

			.markermenu li a{
				background: white url(../images/communitybullet.gif) no-repeat 1px center;
				font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
				color: #000000;
				display: block;
				width: auto;
				padding: 4px 0;
				padding-left: 8px;
				text-decoration: none;
				border-bottom: 1px solid #ccccff;
			}


			* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
				width: 172px;
			}

			.markermenu li a:visited, .markermenu li a:active{
				color: #000000;
			}

			.markermenu li a:hover{
				color: #993366;
				background-color: #fff7d7;
				background-image:url(../images/bulletonblue.gif);
			/*onMouseover image change. Remove if none*/
				text-decoration : underline;
			}


			.markermenuhp{
				list-style-type: none;
				margin: 0px 0;
				padding: 0;
				width: 180px;
				border: 0px solid #ffffff;
			}

			.markermenuhp li a{
				background: white url(../images/house.gif) no-repeat 0px center;
				font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
				color: #000000;
				display: block;
				width: auto;
				padding: 4px 0;
				padding-left: 15px;
				text-decoration: none;
				border-bottom: 1px solid #ccccff;
			}


			* html .markermenuhp li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
				width: 165px;
			}

			.markermenuhp li a:visited, .markermenuhp li a:active{
				color: #000000;
			}

			.markermenuhp li a:hover{
				color: #993366;
				background-color: #fff7d7;
				background-image:url(../images/houseon.gif);
			/*onMouseover image change. Remove if none*/
				text-decoration : underline;
			}


				/*Credits: Dynamic Drive CSS Library */
				/*URL: https://www.dynamicdrive.com/style/ */

			.markermenutheme{
				list-style-type: none;
				margin: 0px 0;
				padding: 0;
				width: 180px;
				border: 0px solid #ffffff;
			}

			.markermenutheme li a{
				background: white url(../images/communityarrow.gif) no-repeat 1px center;
				font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
				color: #000000;
				display: block;
				width: auto;
				padding: 4px 0;
				padding-left: 10px;
				text-decoration: none;
				border-bottom: 1px solid #ccccff;
			}


			* html .markermenutheme li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
				width: 170px;
			}

			.markermenutheme li a:visited, .markermenuhp li a:active{
				color: #000000;
			}

			.markermenutheme li a:hover{
				color: #993366;
				background-color: #fff7d7;
				background-image:url(../images/bluearrow.gif);
			/*onMouseover image change. Remove if none*/
				text-decoration : underline;
			}
