﻿/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*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;
border: 1px solid #175579;
}

.markermenu ul li a{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	color: #FFFFFF;
	display: block;
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid blue;
	padding-right: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

* 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: #003366;
	background-color: #175579;
}

/* ######### Customized Drop Down ULs CSS (inherits from menu-base.css) ######### */

.blackwhite li a{
	background-color: #DCE1E7;
}

.blackwhite li a:hover{
	color: white;
	background-color: #DCE1E7;
}