/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 200px; /*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: 0;
padding: 0;
border: none;
}

.markermenu ul li a{
background:none;
font-family: "futura_hv_btheavy", Arial, sans-serif;
font-weight:normal;
font-size:12px;
color: #fff;
display: block;
width: auto;
padding: 5px 0 0 20px;
line-height:25px;
text-decoration: none;
border-bottom: 1px solid #886047;
border-top:1px solid #fff;
letter-spacing:.04em;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 200px;
font-family:"futura_hv_btheavy", Arial, sans-serif;
font-weight:normal;
font-size:12px;
color:#fff;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #fff;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #242424;
background-color: #e8c0a8;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
color: #242424;
background-color: #e8c0a8;
}

.blackwhite li a:hover{
background: black;
color: white;
}

.ddsubmenustyle ul
{margin-top:0;
display:block;}

.ddsubmenustyle ul li a
{color: #b55823;
background-color: transparent;
background-image:url(../images/submenu-bg.png);
background-repeat:repeat;
padding: 12px 0 9px 20px;
border-bottom: 1px solid #bd8f74;
border-top:1px solid #fff;
font-family:"futura_hv_btheavy", Arial, sans-serif;
letter-spacing:.04em;
font-weight:normal;}

.ddsubmenustyle ul li a:hover
{color:#5a4d4d;
background-color: transparent;
background-image:url(../images/submenu-bg.png);
background-repeat:repeat;
}

/*SideNAV ul*/
ul.subnav
{list-style-type:none;
width:200px;
margin:0;
padding:0;}

ul.subnav li
{padding:0; margin:0;}

ul.subnav li a
{	background: none repeat scroll 0 0 #7e512a;
    border-bottom: 1px solid #c07945;
    border-top: none;
    color: #FFFFFF;
    display: block;
    font-family: "futura_hv_btheavy", Arial, sans-serif;
	letter-spacing:.04em;
    font-size: 11px;
    font-weight: normal;
    line-height: 25px;
    padding: 2px 0 4px 20px;
    text-decoration: none;
    width: auto;
	margin:0;
	height:22px;
	cursor:pointer;}

ul.subnav li a:hover, ul.subnav li a.selected
{color:#ffae3b;}
	
