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

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

}

.duamarkermenu ul{
list-style-type: none;
margin: 0px;
padding: 0px;

}

.duamarkermenu ul li a{
background: #FFF; /*light gray background*/
font: bold 12px Arial;
color: #ca181f;
display: block;
width: auto;
padding: 3px 0;
margin:1px 0px;
padding-left: 5px;
text-decoration: none;
border: 1px solid #d2d2d2;
}

* html .duamarkermenu ul li a{ /*IE6 hack*/
width: 113px;
}

.duamarkermenu ul li a:active{
color: #ca181f;
}

#duaselect{
color: #ca181f;; 
background: #d2d2d2;; 
}

.duamarkermenu ul li a:hover, .duamarkermenu ul li a.selected{
color: white;
background-color: black;
}

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

.duablackwhite li a{
background: #FFF;
}

.duablackwhite li a:hover{
background: black;
color: white;
}

