	.markermenu{
		width: 175px; /*width of side bar menu*/
		clear: left;
		position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

	.markermenu ul{
		list-style-type: none;
		margin: 0px 0;
		padding: 0;
	}

	.markermenu ul li a{
		background: #265296; 
		font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
		color: #FFFFFF;
		display: block;
		width: auto;
		padding: 3px 0;
		padding-left: 2px;
		text-decoration: none;
	}

	* html .markermenu ul li a{ /*IE6 hack*/
	width: 190px;
	}

	.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #FFFF00;
	text-decoration: none;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	}

	.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
		font: normal 13px Verdana;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		list-style-type: none;
		background: white;
		border: 1px solid black;
		border-bottom-width: 0;
		visibility: hidden;
		z-index: 100;
	}

	.ddsubmenustyle li a{
		display: block;
		width: 282px; /*width of menu (not including side paddings)*/
		color: #FFFFFF;
		font-weight:bold;
		background-color: #265296;
		text-decoration: none;
		padding: 4px 5px;
		border-bottom: 1px solid #FFFFFF;
		border-left: 1px solid #FFFFFF;
	}

	.ddsubmenustyle li a:hover{
		color: #FFFF00;
		text-decoration: none;
		font-weight:bold;
	}
