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

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

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

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

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

.markermenu ul li a:hover{
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	color: #caa70a;
	text-decoration: none;
	padding: 4px 3px 4px;
	width: 140px;
}

/* ######### 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: 12px;
	color: #caa70a;
	text-decoration: none;
}
