/* ######### Marker List Vertical Menu ######### */
.markermenu{
width: 180px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
padding-left: 75px;
/*left:75px;*/
}
.markermenu ul{
list-style-type: none;
/*margin: 5px;*/
left: 0px;
vertical-align:top;
list-style-type: none;
margin-left: 0px;
padding-left: 0px
}
.markermenu ul li{
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
list-style-type: none;
margin-left: 0px;
}
.markermenu ul li.liSidebar{
padding-top:12px;
}
.markermenu ul li a{
font-size: 12px;
font-family: "Trebuchet MS", sans-serif;
font-weight: bold;
color: #000000;
width: auto;
height: auto;
text-decoration: none;
padding: 1px 0px;
list-style-type: none;
margin-left: 0px;
padding-left: 0px

}
/*
.markermenu ul li a{
background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background* /
font: bold 12px "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000000;
display: block;
width: auto;
padding-bottom: 5px;
padding-left: 20px;
text-decoration: none;
list-style-type: none;
margin-left: 0px;
padding-left: 0px
}*/
* html .markermenu ul li a{  /*IE6 hack*/
width: 165px;
list-style-type: none;
margin-left: 0px;
padding-left: 0px
}
.markermenu ul li a:visited, .markermenu ul li a:active{
color: #000000;
list-style-type: none;
margin-left: 0px;
padding-left: 0px
}
.markermenu ul li a:hover, .markermenu ul li a.selected{
color: black;
background-color: #FFFFCC;
}
.markermenu2{
width: 180px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
padding-left: 75px;
}
.markermenu2 ul{
list-style-type: none;
margin: 0px;
left: 0px;
vertical-align:top;
list-style-type: none;
margin-left: 0px;
padding-left: 0px
}
.markermenu2 ul li{
padding-top: 3px;
list-style-type: none;
margin-left: 0px;
padding-left: 0px
}
.markermenu2 ul li a{
font-size: 12px;
font-family: "Trebuchet MS", sans-serif;
font-weight: bold;
color: #000000;
width: auto;
height: auto;
text-decoration: none;
padding: 1px 0px;
list-style-type: none;
margin-left: 0px;
padding-left: 0px

}
* html .markermenu2 ul li a{  /*IE6 hack*/
width: 155px;
list-style-type: none;
margin-left: 0px;
padding-left: 0px
}
.markermenu2 ul li a:visited, .markermenu ul li a:active{
color: #000000;
list-style-type: none;
margin-left: 0px;
padding-left: 0px
}
.markermenu2 ul li a:hover, .markermenu ul li a.selected{
color: black;
background-color: #FFFFCC;
}
/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
.blackwhite li a{
background: white;
}
.blackwhite li a:hover{
background: black;
color: white;
}

