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

.markermenu{
width: 150px; /*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: 0px 0;
padding: 0; background:#000000;
border: 0px solid #9A9A9A;
}

.markermenu ul li a {
background: #000000; 
font:Arial, Helvetica, sans-serif; font-weight:700; font-size:12px;
color: #DB2416;
display: block;
width: auto;
padding: 3px 0;
padding-left: 8px;
text-decoration: none;
border-bottom: 1px solid #000000;
}

.markermenu ul li#Active {
background: #000000; 
font:Arial, Helvetica, sans-serif; font-weight:700; font-size:12px;
color: #DB2416;
display: block;
width: auto;
padding: 3px 0;
padding-left: 8px;
text-decoration: none;
border-bottom: 1px solid #000000;
}

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

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

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

.blackwhite li a { color:#db2416; background:#181818;  }
.blackwhite li a:hover { color:#22bb22; background:#181818; }

.blackwhite li ul li a { color:#db2416; background:#303030; }
.blackwhite li ul li a:hover{ color:#22bb22; background:#303030; }


a#MenuSubNav {
  color:#CCCCCC; width:110px;
  font-size:11px; font-weight:400; text-decoration:none; 
  padding:2px 0px 0px 20px; margin-left:18px; text-indent:-18px;
  line-height:13px;
  }
 
 a#MenuSubNav:hover {
  color:#22bb22; 
  } 
