




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

.markermenu ddsidemenubar { background: url(images/transpBlack50.png);
}

.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*/
background: url(images/transpBlack50.png);
}

.markermenu ul{
list-style-type: none;
margin: 1px 0;
padding: 0;
border: 0px solid #9A9A9A;
background: url(images/transpBlack50.png);
}

.markermenu ul li a{
/* background: url(bulletlist.gif) no-repeat 3px center; /*transparent background*/
background: url(images/transpBlack50.png); /*transparent background*/
/*background-color: black;*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: yellow;
font-size: 20px;
/* line-height:25px; */
display: block; 
width: 200px;
padding: 3px 0;
padding-left: 5px;
text-decoration: none;
/* border-bottom: 1px solid #B5B5B5; */
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 200px;
background: url(images/transpBlack50.png);
}

/*.markermenu ul li a:visited, .markermenu ul li a:active, .markermenu ul li a.selected{
color: #9900ff;
} */

.markermenu ul li a:hover{
color: #9900ff;
background-color: black;
}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}



#thisCell { background: url(images/transpBlack50.png);
}