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

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

.markermenu ul, .ddsubmenustyle, .ddsubmenustyle ul{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	display: block;
	width: 180px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	background-image: url(menu-left-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.ddsubmenuside1{
}

.markermenu ul li a, .ddsubmenustyle li a{
	background: url(menu-left-bg-a.gif) repeat-x right bottom;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #00014e;
	display: block;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBA67;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left:6px;
	margin-right: -12px;
}
.markermenu ul li.parent a, .ddsubmenustyle li.parent a {
	background: url(menu-left-bg-a-dd.gif) repeat-x right bottom;
}
.markermenu ul li.parent ul li a, .ddsubmenustyle li.parent ul li a{
	background: url(menu-left-bg-a.gif) repeat-x right bottom;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #939317;
background-color: black;
}

.ddsubmenustyle, .ddsubmenustyle ul{
	padding-left: 2px;
	position: absolute;
	left: 0px;
	top: 0;
	visibility: hidden;
	z-index: 100;
	width: 180px;
	background-position: right bottom;
}

.ddsubmenustyle li a{
	margin-right: 4px;
	margin-left: 0px;
	width: 170px;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
/*
.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}*/