﻿/* ######### Marker List Vertical Menu ######### */

.markermenu{
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

/*.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}*/

.markermenu a{
background: #F2F2F2/* url(bulletlist.gif) no-repeat 3px left; /*light gray background*/
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FFFFFF;
/*display: none;*/
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
font-weight:bold;
/*border-bottom: 1px solid #B5B5B5;*/
}

* html .markermenu a{ /*IE6 hack*/
width: 155px;
}

.markermenu a:visited, .markermenu a:active{
color: #FFFFFF;
}

.markermenu a:hover, .markermenu a.selected{
color: white;
/*background-color: #660000;*/
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite a{
background: white;
}

.blackwhite a:hover{
background: black;
color: white;
}

