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



.markermenu{

width: 140px; /*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: 0;

padding: 0;

}



.markermenu ul li a{

color:#4d4d4d;

display: block;

width: auto;

padding:0;

padding-bottom:3px;

margin-bottom:10px;

text-decoration: none;

background-image:url(../images/shade_divider.jpg);

background-repeat:no-repeat;

background-position:bottom;

}



* html .markermenu ul li a{ /*IE6 hack*/

width: 174px;

}



.markermenu ul li a:visited, .markermenu ul li a:active{

color: #555555;

}



.markermenu ul li a:hover, .markermenu ul li a.selected{

color:#000000;

}



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



.blackwhite li a{

background: #658a29;

color:#ffffff;

}



.blackwhite li a:hover{

background: #658a29;

color: #fcef02;

}
