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

.markermenu{
padding-top:0px;
width: 170px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
border: 0px solid #2F609B;
width: 135px;
}

.markermenu ul li a{
background: #F9C04F url(nut.jpg) no-repeat 3px center; /*light gray background*/
font: bold 12px Arial, Helvetica, sans-serif;
color: #1c3e1b;
display: block;
padding: 5px;
padding-left: 20px;
width: 165px;
text-decoration: none;
border-bottom: 1px solid #2F609B;
}

* html .markermenu ul li a{ /*IE6 hack dieu chinh do rong tren menu cua ie6 */
width: 170px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #1c3e1b;
}

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

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #A11028;
color: #1c3e1b;
}