/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width:185px;
	height:auto; /*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;
width:185px;
height:auto;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a{
	background:url(../images/left-navi-bg.jpg) no-repeat top;
	color: #080808;
	display: block;
	width: auto;
	height:29px;
	padding: 1px 0;
	padding-right: 10px;
	text-decoration: none;
	font-family: Tahoma;
	line-height:22px;
	font-size: 11px;
	font-weight: bold;
	text-align:right;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active a.selected{
color: #080808;
}

.markermenu ul li a:hover, .markermenu ul li {
color: #F2050F;
line-height:22px;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
padding-left:10px;
padding-right:10px;
padding-top:3px;
padding-bottom:2px;
height:auto;
background: #E4F7FE;
}

.blackwhite li a:hover{
background: #fff;
padding-left:10px;
padding-right:10px;
padding-top:3px;
padding-bottom:2px;
color: #F2050F;
}

