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

.markermenu{
width: 208px; /*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;

}
.markermenu ul li .bgsc{
background: #1E5DAA url(../images/bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: bold 13px  Verdana, Helvetica, sans-serif;/*"Lucida Grande", "Trebuchet MS",*/
color: #EBEBEB;
display: block;
width: auto;
padding: 0px 0;
font-weight: normal;
padding-left: 7px;
text-decoration: none;
height: 25px;
text-align: left;
background-image: url('../images/bg_v_menu2.jpg');
background-position: center;
background-repeat: no-repeat;
}

.markermenu ul li .bgst{
background: #1E5DAA url('../images/bulletlist.gif') no-repeat 3px center; /*light gray background*/
font: bold 13px  Verdana, Helvetica, sans-serif;/*"Lucida Grande", "Trebuchet MS",*/
color: #EBEBEB;
display: block;
width: auto;
padding: 0px 0;
font-weight: normal;
padding-left: 7px;
text-decoration: none;
height: 25px;
text-align: left;
background-image: url('../images/bg_v_menu.jpg');
background-position: center;
background-repeat: no-repeat;
}



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

/*.markermenu ul li a:visited, .markermenu ul li a:active{
color: #E00D0C;
}*/

.markermenu ul li a:hover, .markermenu ul li a.active{
color: #E00D0C;
}

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

.blackwhite li a{
background:  #286CBD;
color: #EBEBEB;
}

.blackwhite li a:hover{
background: #03418A;
color: #E00D0C;
}
