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

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

.markermenu ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #000066;
	list-style-type: none;
	border-bottom-width: 0;
}

.markermenu ul li a{
	text-decoration: none;
	padding: 3px 3px;
	margin-right: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #000066;
	display: block;
	background: #fdf5d0;
	width: 120px;
	border-bottom: 0.5pt solid #caa70a;
}

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

.markermenu ul li a:hover{
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	color: #caa70a;
	text-decoration: none;
	width: 120px;
}

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

.blackwhite li a{
	background: #fdf5d0;
	color: #000066; 
}

.blackwhite li a:hover{
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	color: #caa70a;
	text-decoration: none;
}