/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 100%; /*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 #9A9A9A;
background-image:url(../images/solmenuback.jpg);
background-repeat:repeat-y;
width:100%;
}

.markermenu ul li a{
background: url(../images/play.png) no-repeat 3px center; /*light gray background*/
font-weight:bold;
font-size:14px;
font-family: Trebuchet MS;

color: #007294;
display: block;
width: 100%;
padding: 5px 0;
padding-left: 15px;
text-decoration: none;
border-bottom: 1px solid #dadada;
height:100%;

}

* html .markermenu ul li a{ /*IE6 hack*/
width: 100%;
height:inherit;

}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #793f4d;
font-weight:bold;
font-size:14px;
font-family: Trebuchet MS;


}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #FFFFFF;
background-color: #007598;

font-weight:bold;
font-size:14px;
font-family: Trebuchet MS;

}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #a79600;
color: white;
}