/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 170px; /*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: 4px 0 0 0px;
padding: 0;
border: 0px solid #9A9A9A;
}

.markermenu ul li a{
/*background:url(symb.gif) no-repeat 3px center;*/
/*background:url(bg1.gif) no-repeat;*/

/*background: #0793c8 url(bullet.gif) no-repeat 3px center;*/ /*light gray background*/
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
vertical-align:top;
line-height:25px;
padding-left:5px;

text-decoration: none;

border-bottom: 1px solid #0992c8;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 100px;
line-height:25px;
}

.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:url(bg1.gif);*/

border-bottom: 1px solid #0992c8;
background-color: #00b2ec;}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
/*background:url(bg.gif);*/
.blackwhite {
background:#caefff;
}

.blackwhite li a:hover{
background: #00b2ec;
color: white;
line-height:17px;
}
