/* ######### 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*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #FFFFFF;
text-align: left;
}

.markermenu ul li a{
background: #FFFFFF url(bullet_left.gif) no-repeat 3px center; /*light gray background*/
background-position: left center;
font: normal 13px Tahoma, Verdana, Helvetica, sans-serif;
color: #3F3F3F;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px dotted #B5B5B5;
text-align:left;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{

}

.markermenu ul li a:hover, .markermenu ul li a.selected{
background: #FFFFFF url(bullet_left_hover.gif) no-repeat 3px center; /*light gray background*/
background-position: left center;
color: #DF0000;
}

/* ######### Marker2 List Vertical Menu ######### */

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

}

.markermenu2 ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #FFFFFF;
text-align: left;
}

.markermenu2 ul li a{
background-image: url(bullet_left_new.gif);
background-position: left center;
background-repeat: no-repeat;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #151515;
display: block;
width: auto;
padding: 3px 0;
padding-left: 30px;
text-decoration: none;
border-top: 2px solid #F2F2F2;
}

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

.markermenu2 ul li a:visited, .markermenu2 ul li a:active{

}

.markermenu2 ul li a:hover, .markermenu2 ul li a.selected{
color: #003378;
}

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

.blackwhite li a{
background: #F9F9F9;
text-align: left;
}

.blackwhite li a:hover{
color: #4E4E4E;
}