﻿/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 100%; /*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: #738200;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #EEEEEE;
	text-align: right;
	padding: 4px;
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
	background-color: #FBFBFB;
	border-bottom-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 100%;
}

.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: #738200;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #EEEEEE;
	text-align: right;
	padding: 4px;
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
	background-color: #FBFBFB;
	border-bottom-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.markermenu ul li a:hover{
	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #8B9E07;
	text-align: right;
	padding: 4px;
	display: block;
	font-weight: bold;
	background-color: #EEFABE;
}

/* ######### 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: #9D763D;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #B30E14;
	text-align: right;
	padding: 4px;
	display: block;
	font-weight: bold;
	background-color: #FBF6E3;
}
