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

.markermenu{
/* width: 250px; chiều rộng cate menu left*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding:0px 0px 0px 0px;	/* khoang cach bullet: top right bottom left */
/* border: 1px solid #9A9A9A; */
}

.markermenu ul li a{
background: url(../../../images/bu-cate1.png) no-repeat 3px center;
font: 14px Arial, Verdana, Helvetica, sans-serif;
color: #000; /*màu font menu*/
display: block;
width: auto;
min-height:30px;
padding:8px 5px 5px 25px;	/* khoang cach text: top right bottom left */
text-decoration: none;
border-bottom: #DDD 1px solid; /* border giữa các dòng */
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #000; /*màu font menu visited*/
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #666;	/* màu font menu hover */
font: 14px Arial;
text-decoration: underline;
}

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

.blackwhite li a{
background: #FFFFFF;
}

.blackwhite li a:hover{
background: black;
color: white;
}