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

.markermenu{
	width:253px;
	border-top:1px solid #dedec4;
	border-right:1px solid #dedec4;
	border-left:1px solid #dedec4;
	background:url(../images/left-nav-bg.jpg) repeat-y 0 0;
	padding:0 10px 0 0;

}

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


.markermenu ul li{
	font-size:12px;
	line-height:30px;
	border-bottom:1px dashed #000;
	color:#000;
	background-color:inherit;
	padding:0 0 0 8px;
}

.markermenu ul li.none_bord{
	border:none;
}


.markermenu ul li a{
	width:253px;
	font-size:12px;
	line-height:30px;
	color:#000;
	background:url(../images/bullet.jpg) no-repeat 0 6px;
	padding:0 0 0 23px;
	text-transform:uppercase;
}

* html .markermenu ul li a{ /*IE6 hack*/
/*width: 155px;*/
}
/*
.markermenu ul li a:visited, .markermenu ul li a:active{
color:#f20505;
}
*/
.markermenu ul li a:hover{
color:#f20505;
}

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

.blackwhite li a{
	/*background:url(../images/left-nav-bg.jpg) repeat-y 0 0;*/
	border-bottom:1px dashed #000;
	background:url(../images/bullet.jpg) no-repeat 0 9px;
	padding:4px 0 4px 8px;
	margin:0 0 0 8px;
}

.blackwhite li a.none_bord_aa{
	border:none;
}




.blackwhite li a:hover{
color:#f20505;
background:url(../images/bullet.jpg) no-repeat 0 9px;
}
