/* ######### Marker List Vertical Menu ######### */

.markermenu {
   width: 208px; /*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: 5px 0;
   padding: 0;
}

.markermenu ul li a {
   font-weight: bold;
   display: block;
   width: auto;
   padding: 0px 0;
   padding-left: 0px;
   text-decoration: none;
}

* html .markermenu ul li a { /*IE6 hack*/
   width: 208px;
}

.markermenu ul li a:visited, .markermenu ul li a:active {
   color: #f6c631;
}

.markermenu ul li a:hover, .markermenu ul li a.selected {
   color: #003300;
   background-color: #f6c631;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
   background: #054705;
}

.blackwhite li a:hover {
   background: #f6c631;
   color: #003300;
}
