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

.markermenu    { position: relative; width: 175px; clear: left }

.markermenu ul  { list-style-type: none; margin: 0; padding: 0 }

.markermenu ul li a  { color: #001c57; font-size: 11px; font-family: Verdana, Helvetica, Sans-Serif; font-variant: normal; background-color: #fff; background-repeat: no-repeat; background-attachment: scroll; background-position: 3px center; display: block; padding-top: 2px; padding-right: 0; padding-bottom: 2px; width: auto }
* html .markermenu ul li a    { width: 176px }
.markermenu ul li a:link  { color: #001c57; background-color: #fff }
.markermenu ul li a:active  { color: white; text-decoration: none; background-color: #316ac5 }
.markermenu ul li a:hover, .markermenu ul li a.selected, .markermenu ul li a:active    { color: white; text-decoration: none; background-color: #316ac5 }
/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}
.blackwhite li a:active   { color: #fff; background: #316ac5 }
.blackwhite li a:hover     { color: white; text-decoration: none; background-color: #316ac5; background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }
a:active { color: red }

