/* ######### Drop Down ULs CSS ######### */

.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;
}

.makermenu 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;
}

.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;
}

.ddsubmenustyle { /*topmost and sub ULs, respectively*/
	visibility: hidden;
	position:absolute;
	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;
	z-index: 1000;
}



.ddsubmenustyle ul {
	padding: 0px;
	margin: 0px;
	
	
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border: 0px none;
}

.ddsubmenustyle li {
	list-style: circle;
	width: 250px;
}

.ddsubmenustyle 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;
	width: 250px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
}

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

/* ######### Neutral CSS  ######### */


.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
