/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 420px; /*width of side bar menu*/

/*padding-left:15px;*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

/*background-image:url(srvlft.jpg); background-position:right center; background-repeat:no-repeat;*/
}


* html .markermenu{ /*IE6 hack*/

width: 310px; /*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 2px;
padding: 0;
border: 1px solid #9A9A9A;
}

* html .markermenu ul a{ /*IE6 hack*/
list-style-type: none;
margin: 0 2px;
padding: 0;
border: 1px solid #9A9A9A;

}

.markermenu ul li a{

font: bold 13px  Arial;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
background:black url(shade.gif);
/*background:transparent;*/
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 310px;
background:black url(shade.gif);
height:30px;

}

.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: color: black;*/
background: url(dks25.jpg);
border-left: 5px solid yellow;

}

* markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
/*background: color: black;*/
background: url(dks25.jpg);
border-left: 5px solid yellow;


}


/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
padding: 6px;
background-color: black;
font: bold 11px Verdana, Helvetica, sans-serif;
color:white;

background: url(dks25.jpg);

}

.blackwhite li a:hover{
font: bold 12px Verdana, Helvetica, sans-serif;
color: Black;
background: white;
background: url(glossyback.gif);

}

.decx{
border-top: 1px solid #9A9A9A;
border-bottom: 1px solid #9A9A9A;
}
