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

.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;
}

.markermenu ul li a{
background:url(navbg.jpg) repeat-y;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FFF;
display: block;
width:159px;
padding: 20px 0 20px 0;
margin:0 0 0 0;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

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

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

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

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

.blackwhite li a{
background:url(navbg.jpg) repeat-y left #0a8cb0;
padding:8px;
margin:0;
width:auto;
_width:340px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
border:0;
}

.blackwhite li a:hover{
background:url(navhover.jpg) repeat-y;
padding:8px;
margin:0;
width:auto;
_width:340px;
color: white;
color:#00014e;
text-decoration:none;
font-weight:bold;
border:0;
}

.blackwhite1 li a{
background:url(navbg.jpg) repeat-y left #0a8cb0;
padding:8px;
margin:0;
width:200;
_width:340px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
border:0;
}

.blackwhite1 li a:hover{
background:url(navhover.jpg) repeat-y;
padding:8px;
margin:0;
width:auto;
_width:200px;
color: white;
color:#00014e;
text-decoration:none;
font-weight:bold;
border:0;
}