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

.markermenu{
width: 199px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
left: 2px;

}

.markermenu ul{
list-style-type: none;
margin: 0 0;
padding: 0;

/*border: 1px solid #9A9A9A;*/
}

.markermenu ul li{
margin: 0px;
padding: 1px;
color: black;
/*font-weight:bold;*/
}

.markermenu ul li a{
font-size:11px;
color: black;
display: block;
width: auto;
padding: 3px 10px 3px 0px;
margin: 0px 0px 0px 0px;
text-decoration: none;
border-bottom: 1px solid white;
font-family:arial,helvetica,sans-serif;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
text-decoration: none;
font-size:11px;
font-family:arial,helvetica,sans-serif;
}

.markermenu ul li a:hover{
background-color: #a7cdff; /*background of tabs for hover state */
font-size:11px;
color: black;
}

.markermenu ul li a.selected{
 /*background of tab with "selected" class assigned to its LI */
font-size:11px;
font-family:arial,helvetica,sans-serif;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li a { height: 1%; }
/* End */

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

.blackwhite li a{
background: white;
}

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