/* ######### Marker List Vertical Menu ######### */
img{
border:0;
}

.markermenu{
width: 214px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
background:url('../images/icon/sanpham.jpg') no-repeat center top;
}

.markermenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.markermenu ul li a{ /*light gray background*/
color: #1e3e6f;
display: block;
text-decoration: none;
min-height:30px;
line-height:30px;
}

.markermenu ul a{
padding-left:50px;
_padding-left:0px;
}


* html .markermenu ul li a{ /*IE6 hack*/
width: 214px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #1e3e6f;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #1e3e6f;
font-weight:bold;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #ffd842;
}

.blackwhite li a:hover{
background: #ffd842;
color: #1e3e6f;
}