﻿/* ######### 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: 0;
	padding: 0;
}

.markermenu ul li a
{
	/*background: url(bulletlist.gif) no-repeat scroll 1px center transparent;*/
	background: url(bulletlist.jpg) repeat-x;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	color: black;
	display: block;
	font-size: 9pt;
	font-weight: 700;
	margin: 0;
	padding: 6px 0 7px 20px;
	text-decoration: none;
	width: 194px;
}
.markermenu ul li ul{ display:none;
 float: left;
 position: absolute;
 margin-left: 215px;
margin-top: -25px;
 z-index:999;
}
.markermenu ul li:hover > ul{ display:block;}

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

/*.markermenu ul li a:visited, .markermenu ul li a:active
{
	color: #ff0000;
}*/

.markermenu ul li a:hover, .markermenu ul li a.selected
{
	color: #ff0000;
}

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

.blackwhite li a
{
}

.blackwhite li a:hover
{
	color: #ff0000;
}