/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width:207px;
	float:left;
	padding:0 0 0 0px;
	background-color:#f48f37;
	clear: left;
	margin:0px 0px 0px 0px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul{
	list-style:none;
	padding:0px;
	margin:0px 0 0 0px;
	width:207px;
}
.markermenu ul li{
	padding:5px 0 5px 0px;
	margin:0px;
	border-bottom:1px solid #c05310;
	background-image: url(../images/bg-menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.markermenu ul li.selected{
background-image:url(../images/activemenu.gif);
background-repeat:repeat-x;
background-position:top left;
}


.markermenu ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0 0px 0 10px;
	width:197px;
	font-weight:bold;
}

.showarrow{
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 192px center;
}

/** html .markermenu ul li a{ IE6 hack
width: 155px;
}*/

.markermenu ul li a:visited, .markermenu ul li a:active{
color:#fff;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color:#e94201;
	text-decoration:none;
	
	
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a {
	color:#fff;
	background-image: url(../images/bg-arrow.gif);
	background-repeat: repeat-x;
	background-position: bottom right;
	width:170px;
	margin-left:0px;
	display:block;
	font-weight:normal;
}

.blackwhite li a:hover{
color:#e1e1e1;
}


