/* ######### Marker List Vertical Menu ######### */

.menu { width:990px; margin:30px 0 0 0; padding:0; float:left;}
.menu ul { margin:0; padding:0; list-style:none;}
.menu li { margin:0; padding:0;  font:bold 12px Arial, Helvetica, sans-serif; color:#a6a6a6; float:left;}
.menu a { float:left; font:bold 12px Arial, Helvetica, sans-serif; color:#a6a6a6; padding:11px 16px; margin:0; text-decoration:none;}
.menu a:hover {color:#fff; background:#d54900; padding:10px 15px; border-top: 1px solid #e76900; border-left: 1px solid #e76900; border-right: 1px solid #e76900; border-bottom:1px solid #d64c00;}
.menu a.active {color:#fff; background:#d54900; padding:10px 15px; border-top: 1px solid #e76900; border-left: 1px solid #e76900; border-right: 1px solid #e76900; border-bottom:1px solid #d64c00;}





.markermenu{
width:auto; /*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: 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.markermenu ul li a{
background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: bold 13px "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 0;
padding-left:0;
text-decoration: none;
border-bottom: 0px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background: transparent;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: transparent;
}

.blackwhite li a:hover{
background: transparent;
color: white;
}