.markermenu{
	width: 180px; /*width of side bar menu*/
	clear: left;
	position: relative;

}



.markermenu ul{
	list-style-type: none;

	/*border: 1px solid #9A9A9A;*/
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	padding-right: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}



.markermenu ul li a{
	font: bold 16px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	width: auto;
	padding-left: 0px;
	text-decoration: none;
	/*border-bottom: 1px solid #B5B5B5;*/
	background-color: #000000;
	/*background-image: url(../images/nav.gif);*/
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 0px;
	/*	padding-top: 3px;
		padding-bottom: 3px;*/
	padding-right: 0;
	padding-bottom: 0px;


}



* html .markermenu ul li a{ /*IE6 hack*/

width: 195px;

}



.markermenu ul li a:visited, .markermenu ul li a:active{

color: #FFFFFF;
font: bold 16px "Trebuchet MS", Verdana, Helvetica, sans-serif;

}



.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #999999;
	background-color: black;
	text-decoration: underline;
	font: bold 16px "Trebuchet MS", Verdana, Helvetica, sans-serif;
}



/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */



.blackwhite li a{

background: black;
color: white;
font-size: 14px;

}



.blackwhite li a:hover{

background: black;
text-decoration: underline;
color: #999999;
font-size: 14px;

}
