﻿/* ######### 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: #FF0096;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #F54A8B;
	text-align: right;
	padding: 4px;
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
	background-color: #FFF9FF;
	border-bottom-color: #FAC5D9;
	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: #FF0096;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #F54A8B;
	text-align: right;
	padding: 4px;
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
	background-color: #FFF9FF;
	border-bottom-color: #FAC5D9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.markermenu ul li a:hover{
	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: right;
	padding: 4px;
	display: block;
	font-weight: bold;
	background-color: #F54A8B;
}

/* ######### 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: #FFFFFF;
	text-align: right;
	padding: 4px;
	display: block;
	font-weight: bold;
	background-color: #F54A8B;
}
