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

.markermenu{
width: 150px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul{
background: #EAFFFF;
list-style-type: none;
margin: 0px 0;
padding: 0;
border: 0;
text-align: left;
z-index: 99999997;
}

.markermenu ul li a{
background: #EAFFFF;
font: bold 13px Tahoma, Helvetica, sans-serif;
color: black;
display: block;
width: auto;
padding: 4px 5px;
padding-left: 20px;
text-decoration: none;
border-bottom: solid 1px black;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
background-color: #6666FF; background-image: url(/img/menu2.png); background-position: top; background-repeat: repeat-x;
color: white;
text-decoration: none;
}

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

.blackwhite li a{
background: #EAFFFF;
}

.blackwhite li a:hover{
background-color: #6666FF; background-image: url(/img/menu2.png); background-position: top; background-repeat: repeat-x;
color: white;
}
