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

.markermenu{
width: 230px; /* width cate frame */
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

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

.markermenu ul li a{
background: url(../../../images/b3.gif) no-repeat 3px center;
font: 15px Arial, Verdana, Helvetica, sans-serif;
color: #000; /*màu font menu*/
display: block;
width: auto;
min-height:35px;
padding:7px 5px 5px 30px;	/* khoang cach text: top right bottom left */
text-decoration: none;
border-bottom: #999 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: 15px Arial;
text-decoration: none;
}

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

.blackwhite li a{
background: #FFFFFF;
}

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