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

.markermenu{
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px solid #725972;
	border-right-style: solid;
	border-right-color: #000099;
}

.markermenu ul{
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.markermenu ul li a{
	color: #00014e;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #fff;
	background-color: #3E78E8;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	font-weight: bold;
}

* 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: #3E78E8;
background-color: #000099;
}

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

.blackwhite li a{
background: #3E78E8;
}

.blackwhite li a:hover{
background: #000099;
color: #3E78E8;
}