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

.markermenu{
width: 225px; /*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;
background-repeat:no-repeat;
margin: 5px 0;
text-align:left;
padding: 0;

}
.markermenu ul li{
background:url(../images/menu1.jpg) no-repeat;
margin-bottom:3px;
width:225px;
height:29px;

}
.markermenu ul li a.active1{
background:url(../images/menu1hover.jpg) no-repeat;
margin-bottom:3px;
width:205px;
height:29px;

}
.markermenu ul li a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color: #F7C881;
display: block;
background-repeat:no-repeat;
width:205px;
height:29px;
padding-left:20px;
line-height:30px;
text-decoration: none;
margin-bottom:2px;
border-bottom: 0px solid #B5B5B5;
}
* html .markermenu ul li a{ /*IE6 hack*/
width: 225px;
}

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #F7C881;
background:url(../images/menu1hover.jpg) no-repeat;
width:225px;
height:29px;


}

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

.blackwhite li a{
background:url(../images/menu2.jpg) no-repeat;
width:225px;
margin-bottom:2px;
color: #F7C881;
font-size:10px;
font-weight:bold;
height:29px;
font-size:10px;
padding-left:20px;
line-height:26px;

}

.blackwhite li a:hover{
	color:#F7C881;
background:url(../images/menu2hover.jpg) no-repeat;
}
