/* ######### Marker List Vertical Menu ######### */

.markermenu2{
	width: 100%;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	display: block;
}

.markermenu2 ul{
	list-style-type: none;
}

.markermenu2 ul li a{
	color: #000000;
	display: block;
	width: auto;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

* html .markermenu2 ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu2 ul li a:hover, .markermenu2 ul li a.selected{
	text-decoration: underline;
	color: #000000;
}

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

.blackwhite2 li a{
	color: #000000;
	text-decoration: none;
}

.blackwhite2 li a:hover{
	color: #000000;
	text-decoration: none;
}
