/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background:url(icon.jpg) no-repeat 5px center;
	background-color:#e0eef5;
    border-bottom: 1px solid #ffffff;
	visibility: hidden;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.ddsubmenustyle ul:hover{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background:url(icon.jpg) no-repeat 5px center;
	background-color:#ececec	;
    border-bottom: 1px solid #ffffff;
	visibility: hidden;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.ddsubmenustyle li a{
display: block;
width: 204PX; /*width of menu (not including side paddings)*/
color: black;
background-color:#e0eef5;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #ffffff;}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 150px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color:#ececec;
color: #333333;
}

/* ######### Neutral CSS  ######### */

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 10px;
border: 0;
}

/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 204px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a{
	background: #e0eef5 url(icon.jpg) no-repeat 5px 12px;
	color: #333333;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}
* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #333333;
	background-color: #ececec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background: #ECECEC url(icon.jpg) no-repeat 5px center;
	padding-left: 20px;
	border-left:0px;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	border-left:1px solid white;
}

.blackwhite li a:hover{
	background: #e0eef5 url(icon.jpg) no-repeat 5px center;
	color: #333333;
	padding-left: 20px;
	border-left:0px;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	border-left:1px solid white;

}