/* ######### Marker List Vertical Menu ######### */

.markermenu{
	clear: left;
	position: relative;

}

.markermenu ul{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

.markermenu ul li a{
	color: #FFFFFF;
	display: block;
	width: 110px;
	padding-left: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 33px;
	height: 33px;
	background-image: url(../images/menubg-new.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

* html .markermenu ul li a{ /*IE6 hack*/
}
.markermenu  ul  li  a:hover    {
	color: #FFFFFF;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background: white;
	line-height: 20px;
	height: 20px;
}

.blackwhite li a:hover{
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
	height: 20px;
}
.markermenu ul li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0;
	padding: 0;
}
