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

.markermenu{
width:202px; /*width of side bar menu*/
clear: left;

background:#f6f1f1;
padding:5px;

}

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

.markermenu ul li a{
display: block;
width: auto;
padding: 5px 0;
padding-left: 20px;
text-decoration: none;
border-bottom:dotted 1px #d4cfad;
padding-left:20px;
background:url(../html/images/list_danhmucsanpham.jpg) left center no-repeat;
color:#867f10;
	font-size:11px;
	font-weight:bold;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #867f10;
}

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

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

.blackwhite li a{
background:#f6f1f1;
padding-left:10px;
border-bottom:dotted 1px #d4cfad;
color:#867f10;
}

.blackwhite li a:hover{
background:#f6f1f1;
color:#333;
}