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

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

}

.markermenu ul{
margin: 0;
padding: 0;
width: 168px; /* Main Menu Item widths */
list-style-type: none;
font: 12px ;
font-family:Trebuchet MS, Arial, Verdana, Helvetica; 
border-bottom: 0px solid #ccc;

}

.markermenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 1px;
border-bottom: 1px solid #838485;
border-right: 0	px solid #778;
text-align : left;
height:22px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
background: #464749; /*background of menu items (default state)*/
text-decoration:none;
 color:#aeafb0;;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}

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

.blackwhite li a{
background: #464749; /*background of menu items (default state)*/
text-decoration:none;
color:#aeafb0;;
padding: 1px;
border-bottom: 1px solid #838485;
border-right: 0	px solid #778;
margin: 0;
padding-left : 10px;
width: 168px; /* Main Menu Item widths */
list-style-type: none;
font: 12px ;
font-family:Trebuchet MS, Arial, Verdana, Helvetica; 
height:22px;

}

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

}