/* ######### Marker List Vertical Menu ######### */
.markermenu{
width: 200px; /*width of side bar menu*/
/*clear: left;*/
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
background:url(/nestlemycs/powerbar/images09/gray_line.gif);
}
* html .markermenu{
width: 180px; /*width of side bar menu*/
/*clear: left;*/
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
background:url(/nestlemycs/powerbar/images09/gray_line.gif);
}
.markermenu dt{
	padding:10px 0 0 0px;
	margin:10px 0 0 10px;
	color:#ffec00;
}
* html .markermenu ul
{
	list-style-type: none;
}
.markermenu ul
{
	list-style-type: none;
	margin:0;
	padding:0 0 0 10px;
	width: 180px;
}
.markermenu ul li
{
	list-style-type: none;
	background:none;
	line-height:25px;
	color:#FFF;
	font-size:12px;
}

.markermenu ul li a{
background:none;
color: #FFF;
display: block;
height:30px;
width: 180px;
padding:0;
margin:0;
text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
	padding: 0 0 0 15px;
	width: 180px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #FFF;;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #b91602;
background-color: #272727;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #292929;
}

.blackwhite li a:hover{
background: #3a3a3a;
color: white;
}