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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
list-style-type: none;
position:absolute;
visibility: hidden;
font: normal 14px Verdana, arial, helvetica;
line-height: 18px;
z-index: 100;

background-color: ;

background-image: url("/images/shadow.png");

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

margin-top: 0px;

margin-right: 0px;

margin-bottom: 0px;

margin-left: 0px;

padding-top: 2px;

padding-right: 10px;

padding-bottom: 0px;

padding-left: 10px;

border-top-width: 1px;

border-right-width-value: 1px;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: 1px;

border-left-width-value: 1px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: solid;

border-right-style-value: solid;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: solid;

border-left-style-value: solid;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: #666666;

border-right-color-value: #666666;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: #666666;

border-left-color-value: #666666;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;


}

.ddsubmenustyle li a{
display: block;

color: #666666;

font-size: 12px;

font-weight: normal;

text-decoration: none;

background-color: ;

background-image: url("/images/div.gif");

background-repeat: no-repeat;

background-attachment: scroll;

background-position: left center;

padding-top: 0px;

padding-right: 10px;

padding-bottom: 0px;

padding-left: 8px;

margin-top: 5px;

margin-right: 0px;

margin-bottom: 0px;

margin-left: 0px;

line-height: 16px;
}

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

.ddsubmenustyle li a:hover{
color: #0033cc;
background-image: url("/images/divon.gif");
}

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