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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
list-style-type: none;
background: #e1e1e1;
border: 0px solid #666666;;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
/* opacity: .56;
filter: alpha(opacity=56);
-moz-opacity: .56; */
}

.ddsubmenustyle li a{
display: block;
width: 170px; /*width of menu (not including side paddings)*/
height: 20px;
color: #666666 !important;
background-color: #e1e1e1;
text-decoration: none;
padding: 5px 1px 0px 8px ;
border-bottom: 0px solid #666666;
/* opacity: .56;
filter: alpha(opacity=56);
-moz-opacity: .56; */

}

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

.ddsubmenustyle li a:hover{
background-color: #999999;
color: #e1e1e1 !important;
/* opacity: .56;
filter: alpha(opacity=56);
-moz-opacity: .56; */
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 1px;
padding-top: 10px;

border: 0;
width: 0px !important;
height: 0px !important;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 0px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
