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

.markermenu{
width: 214px; /*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: 0px 0;
padding: 0;
border: 0px solid #FFFFFF;
}

.markermenu ul li a{
background: #ffffff url(../images/menu_2.jpg) no-repeat 0px center; /*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
line-height: 32px;
color: #ffffff;
display: block;
width: 214px;
height: 34px;
padding: 0px 0;
padding-left: 10px;
padding-top: 0px;
text-decoration: none;
text-align: left;
border-bottom: 0px solid #FFFFFF;
}
.markermenu li.li2 a{
background: #ffffff url(../images/menu_1.jpg) no-repeat 0px center; /*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
line-height: 75px;
color: #ffffff;
display: block;
width: 214px;
height: 53px;
padding: 0px 0;
padding-left: 10px;
padding-top: 0px;
text-decoration: none;
text-align: left;
border-bottom: 0px solid #FFFFFF;
}
.markermenu li.li3 a{
background: #ffffff url(../images/menu_3.jpg) no-repeat 0px center; /*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
line-height: 32px;
color: #ffffff;
display: block;
width: 214px;
height: 34px;
padding: 0px 0;
padding-left: 10px;
padding-top: 0px;
text-decoration: none;
text-align: left;
border-bottom: 0px solid #FFFFFF;
}
* html .markermenu ul li a{ /*IE6 hack*/
width: 214px;
}

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

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

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #ab9bae;
color: white;
}
