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

.markermenu{
width: 195px; /*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-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px;
width: 195px;
}

.markermenu ul li{
background:transparent url(../img/left_subMenu.png) no-repeat scroll 0%;
width:195px;
}

.markermenu ul li a{
color: #cc0001;
font-size:11px;
height:23px;
line-height:23px;
margin:0pt 0pt 0pt 4px;
padding-left:21px;
width:168px;
text-decoration:none;
display: block;
}

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

.markermenu ul li a:link, .markermenu ul li a:visited, .markermenu ul li a:active{
color: #cc0001;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000000;
background:transparent url(../img/left_menu.png) no-repeat scroll 25%;
}

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

.blackwhite li a{
width: 166px;
}

.blackwhite li a:link, .blackwhite li a:visited, .blackwhite li a:active{
color: #cc0001;
}

.blackwhite li a:hover{
color: #000000;
background:transparent url(../img/left_menu.png) no-repeat scroll 0%;
}