/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 200px; /*width of side bar menu*/
margin-bottom: 0px; border: 0px solid #D9DDE5; 
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul{
list-style-type: none;
margin: 0px;
padding: 0;
border: 0px solid #9A9A9A;
}

.markermenu ul li a{
display: block; margin: 0px; padding: 0px; padding-left: 24px; line-height: 29px; color: #fff; 
background: url(../images/menu.gif) no-repeat;
border-bottom: 0px dotted #ccc;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 176px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #fff;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #fff;
background: #FF810B;
text-decoration: none;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #0A74C0;
color: #fff;
}

.blackwhite li a:hover{
background: #FF810B;
color: #fff;
}

/* ######### Marker List Vertical Menu ######### */

.markermenusm{
width: 180px; /*width of side bar menu*/
margin-bottom: 0px; border: 0px solid #D9DDE5; 
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenusm ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.markermenusm ul li a{
display: block; margin: 0px; padding: 0px; padding-left: 23px; line-height: 30px; color: #7b7b7b; 
background: url(../images/menusm.gif) 10px 12px no-repeat;
border-bottom: 0px dotted #ccc;
}

* html .markermenusm ul li a{ /*IE6 hack*/
width: 160px;
}

.markermenusm ul li a:visited, .markermenusm ul li a:active{
color: #7b7b7b;
}

.markermenusm ul li a:hover, .markermenusm ul li a.selected{
color: #EA0E6F;
font-weight: bold;
text-decoration: none;
}

