/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: 11px Tahoma;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
border:#E1A65C 1px solid;
border-left:none;
}

.ddsubmenustyle li a{
display: block;
width:150px; /*width of menu (not including side paddings)*/
color: black;
background-color: #ffffff;
text-decoration: none;
line-height:27px;
padding-left:20px
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 150px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #E1A65C;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}




/* ######### 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: 0px;
padding: 0px;

}

.markermenu ul li a{
background-image: url('../images/product_cat_bg.gif');
font: bold 11px Tahoma;
color: #E1A65C;
display: block;
width: auto;
padding-left: 20px;
text-decoration: none;
line-height:26px
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #E1A65C;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000000;
background-image: url('../images/product_cat_over.gif');
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background-color:#FDF2E1;
}

.blackwhite li a:hover{
background: #E1A65C;
color: white;
}
