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

.markermenu{
	width: 171px; /*width of side bar menu*/;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a , markermenu ul li a:visited, markermenu ul li a:visited{
	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #bd277e;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #f1e4ba;
	text-align: right;
	padding: 4px;
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
	background-color: #fff;
}

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

.markermenu ul li a:visited, markermenu ul li a:active, markermenu ul li a:visited{
	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #bd277e;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #f1e4ba;
	text-align: right;
	padding: 4px;
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
	background-color: #fff;
}
.markermenu ul li a:hover{
	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #bda350;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #ffe4f7;
	text-align: right;
	padding: 4px;
	display: block;
	font-weight: bold;
	background-color: #fff;
}

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

.blackwhite li a , .blackwhite li a:active , blackwhite li a:visited{
background: white;
}

.blackwhite li a:hover{
	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #bda350;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #ffe4f7;
	text-align: right;
	padding: 4px;
	display: block;
	font-weight: bold;
	background-color: #FBF6E3;
}