/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 200px; /*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: 1px;
border: 1px 0px 1px 1px solid white;
}

.markermenu ul li a{
font:  "arial";
color: #00014e;
display: block;
width: auto;
height: 21px;
padding-top: 2px;
padding-bottom: 1px;
padding-left: 20px;

text-decoration: none;
border-bottom: 1px solid white;
border-top: 1px solid white;
background-color: #CCCCCC;
color: #666666;
}
 /*
* html .markermenu ul li a{ /*IE6 hack*/
width: 170px;
}
*/
.markermenu ul li a:visited, .markermenu ul li a:active{
color: #666666;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #ffffff;

}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
margin:  -1px 1px;
font:  "arial";
height: 18px;
border-bottom: 2px solid white;
color: #666666;
}

.blackwhite li a:hover, .blackwhite li a:hover {
color: #ffffff;
}
