/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 220; /*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 0px;
padding: 0;
border: 0;
}

.markermenu ul li a{
/*background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center;*/
/*light gray background*/
/*font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
/*color: #00014e;*/
display: block;
background: white;
width: auto;
padding: 0px 0px;
padding-left: 0px;
text-decoration: none;
margin: 0px 0px -2px 0px; 
padding: 0px; 
}

* html .markermenu ul li a{ /*IE6 hack*/
display: block;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
/*color: #00014e;*/
color: white;
display: block;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: white;
border: 0;
display: table-caption;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: transparent;
width: auto;
height: auto;
display: block;
margin: 0px 0px 0px 0px;
}

.blackwhite li a:hover{
background: transparent;
color: white;
width: auto;
height: auto;
display: block;

}

.blackwhite, .blackwhite li img {
display: block;
margin-left:0px;
background: transparent;
}
.markermenu, .markermenu li img {
display: block;
margin-right:0px;
background: transparent;
}

* html .markermenu ul li img{ /*IE6 hack*/
display: block;
}
