/* ######### Marker List Vertical Menu ######### */



.markermenu{
width: 177px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
margin-bottom:10px;

}

.markermenu ul li a{
background: center; /*light gray background*/
color: #666;
display: block;
width: 148px;
padding: 6px 0 4px 28px;

text-decoration: none;
text-align:left;

/*background: url("../images/sort_bg1.jpg") repeat-x scroll center bottom transparent;*/


}


* html .markermenu ul li a{ /*IE6 hack*/
width: 149px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #666;
}


.markermenu ul li a:hover, .markermenu ul li a.selected{
background-color: #F0F0F0;

}


.ddsubmenustyle1, .ddsubmenustyle1 ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 0px solid #E7E3E7;

visibility: hidden;
z-index: 100;
}


.ddsubmenustyle1 ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border-top: 1px solid #bebebe;
border-left: 1px solid #bebebe;
border-right: 1px solid #bebebe;

visibility: hidden;
z-index: 100;
}


.ddsubmenustyle1 li a{
display: block;
width: 200px; /*width of menu (not including side paddings)*/
color: #666;
background-color: #f9fcf5;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #bebebe;
font-size:  12px;
}

* html .ddsubmenustyle1 li{ /*IE6 CSS hack*/
display: inline-block;
width: 200px; /*width of menu (include side paddings of LI A*/

}

.ddsubmenustyle1 li a:hover{
background-color: #F0F0F0;
color: #666;
font-size:  12px;
text-decoration: none;
}



/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}

.markermenu .rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
border: 0;
}

