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

.markermenu{
	width: 200px;
	background-image: url(../images/menubg.jpg);
	min-height: 250px;
	padding-left: 25px;
	background-color: #002a5c;
	background-repeat: no-repeat;
	margin-bottom: 3px;
	padding-bottom: 8px;

}

.markermenu ul{
	padding: 0px;
	margin: 0px;
	width: 184px;
}

.markermenu li {
	list-style: none;
	height: 29px;
	border-bottom: 1px solid #395a81;
}

.markermenu li.none a:link, .markermenu li.none a:visited, .markermenu li.none a:active {
	line-height: 29px;
	text-decoration: none;
	color: #ffffff;
	width: 184px;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #395a81;
}

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

.markermenu li.none a:hover, .markermenu li.active a {
	line-height: 29px;
	text-decoration: none;
	color: #b6c2d0;
	font-weight: bold;
	background-image: url(../images/menupijl.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 184px;
	display: block;	
	border-bottom: 1px solid #ffffff;
}

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

.blackwhite li a{
	text-decoration:none;	/* No underline */		
	height:23px;	/* 16 pixels height */
	line-height:22px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */		
	display:block;	/* Display as block - you shouldn't change this */
	color: #ffffff;
	border-bottom: 1px solid #2e4259;
	font-weight: bold
}

.blackwhite li a:hover{
	color:#b6c2d0;	/* White text */
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}


.blackwhite ul { /*topmost and sub ULs, respectively*/
	visibility: hidden;
	background-image: url(../images/submenubg.jpg);
	background-repeat: no-repeat;
	font-family:arial;
	text-align:left;
	margin-left: 0px;
	width: 250px;
	background-color: #00152d;
	padding: 10px;
	margin-top: 0px;
}



.blackwhite ul li a{
	text-decoration:none;	/* No underline */		
	height:23px;	/* 16 pixels height */
	line-height:22px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */		
	display:block;	/* Display as block - you shouldn't change this */
	color: #ffffff;
	border-bottom: 1px solid #2e4259;
	font-weight: bold;
}

.blackwhite ul li a:hover{
	color:#b6c2d0;	/* White text */
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}
