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

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

}

.markermenu ul{
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.markermenu ul li a{
	color: #3d3a3a;
	display: block;
	width: 150px;
	padding-left: 4px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-image: url(../images/LI-BG.png);
	background-repeat: no-repeat;
	padding-right: 3;
	padding-bottom: 3px;
	height: 20px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #333333;
}
#HomeLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	width: 525px;
	float: left;
}


.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #FFB518;
	background-image: url(bulletlist.gif);
	background-color: black;
	
}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
	color: white;
	background-color: #000000;
}

