/* ######### Drop Down ULs CSS ######### */

.BoxSearch_Area_button {border: 2px solid #bcbdc0; border-left:none;}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
margin-top:12px;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

#ddsubmenu1 { margin-left:-74px;}
#ddsubmenu2 { margin-left:-66px;}
#ddsubmenu3 { margin-left:-17px;}
#ddsubmenu4 { margin-left:-80px;}
#ddsubmenu5 { margin-left:-72px;}

.ddsubmenustyle li a{
font-family:Arial, Helvetica, sans-serif;
display: block;
width: 149px; /*width of menu (not including side paddings)*/
color: white;
height:20px;
line-height:20px; vertical-align:middle;
background:url(../template/standard/img_struct/menu.bgoff.png) top center repeat-y;
text-decoration: none;
text-align:right;
padding:0px 5px;
padding-left:20px;
text-transform:none;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 184px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
color: white;
background:url(../template/standard/img_struct/menu.bg.png) top center no-repeat;
}

/* ######### 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;
}
