/* ######### Marker List Vertical Menu ######### */

.markermenu {
	width: 95%; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

@media print {
 .markermenu {
	display: none;
 }
}

.markermenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
}

.markermenu ul li {
	line-height: 1em;
	margin-bottom: 2px;
}

.markermenu ul li a {
	background: transparent url(/Images/Backgrounds/li-backdrop.png) top left repeat;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #ff6;
	display: block;
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #511;
	border-right: 1px solid #511;
}

* html .markermenu ul li a { /*IE6 hack*/
	width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active {
	color: #ff6;
}

.markermenu ul li a:hover, .markermenu ul li a.selected {
	color: white;
	background-color: #511;
}

.blackwhite li a {
	background: transparent;
}

.blackwhite li a:hover {
	background: #511;
	color: white;
}

.ddsubmenustyle, .ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: #511;
	border: none;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle li {
	margin-bottom: 0;
}
.ddsubmenustyle li a {
	display: block;
	width: 200px; /*width of menu (not including side paddings)*/
	color: #ff6;
	background-color: #511;
	text-decoration: none;
	padding: 1px 5px;
	border-right:  2px solid #500;
	border-bottom: 2px solid #600;
}

* html .ddsubmenustyle li { /*IE6 CSS hack*/
	display: inline-block;
	width: 270px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover {
	background-color: #444;
	color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer { /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}

.rightarrowpointer { /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}

.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
