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

.markermenu{
width: 125px; /*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; width:126px; 
border: 1px solid #303030; 
}

.markermenu ul li a {
font:Arial, Helvetica, sans-serif; font-weight:400; font-size:11px;
color: #fbcc16;
display: block;
width: auto;
padding: 3px 0;
padding-left: 3px;
text-decoration: none;
border-bottom: 1px solid #000000;
line-height:16px;
}

.markermenu ul li#Active {
font:Arial, Helvetica, sans-serif; font-weight:400; font-size:11px;
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: 125px;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#201277; background:#ffc700;
}

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

.blackwhite li a { color:#fbcc16; background:#666a8b;  }
.blackwhite li a:hover { color:#201277; background:#ffc700; }

.blackwhite li ul li a { color:#fbcc16; background:#555a7b; }
.blackwhite li ul li a:hover{ color:#201277; background:#ffc700; }


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:#dbac16; 
  } 
