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

.markermenu{
width: 140px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: white;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 2px;
border: 0px solid #D71920;
}

.markermenu ul li a{
background: none;/*#D71920 no-repeat 3px center;*/ /*light gray background*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 0px solid #B5B5B5;
}

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


.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #D71920;
background-color:white;
}

.menu_item{
height:15px;
}

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

.red li a{
font-family: Tahoma, sans-serif;
background: #FFFFFF;
color: #333333;
}

.red li a:hover{
background: #FFFF2B;
color: #333333;
border-bottom: 1px solid #D71920;
}