/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 197px; /*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;
padding: 0;
border: 0px solid #E67816;
border-bottom-width: 0;
}

.markermenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFFFFF;
text-decoration: none;
background: #DA251E;
padding: 0px 0px;
border: 10px solid #E67816;
border-bottom: 1px solid #E67816;
height:21px;
padding-left:27px;
padding-top:4px;
font: 12px Arial, Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-align:left;
}

* html .markermenu ul{ /*IE6 hack*/
padding-bottom:15px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
border-color:#E67816;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #ffffff;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #DD6D23;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #DD6D23;
}

.blackwhite li a:hover{
background: black;
color: white;
}