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


.ddsubmenustyle{ /*topmost and sub ULs, respectively*/

padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
visibility: hidden;
z-index: 100;
margin: 0px 0;
border: 1px solid #9A9A9A;
width:auto;
}
.ddsubmenustyle li ul{

padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
visibility: hidden;
z-index: 100;
margin: 0px 0;
border: 1px solid #9A9A9A;
width: 180px;

}

ul.ddsubmenustyle li a {
/*display: block;
width: 160px; 
color: black;
background-color: lightyellow;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
*/
background:transparent url(../images/bg-menu-item.jpg) repeat-x scroll 0 0;
font-weight: normal;
font-size:11px;
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#000000;
display: block;
width: auto;
padding: 7px 0 5px 2px;
text-decoration:none;
text-indent:20px;
width:220px;
border-bottom:1px solid #FBFBFB;
}

ul.ddsubmenustyle li ul li a{
background:transparent url(../images/bg-menu-item.jpg) repeat-x scroll 0 0;
font-weight: normal;
font-size:11px;
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#000000;
display: block;
width: auto;
padding: 7px 0;
padding-left: 0px;
text-decoration:none;
text-indent:20px;
width: 223px;
border-bottom:1px solid #FBFBFB;
}

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

ul.ddsubmenustyle li a:hover{
background:transparent url(../images/bg-menu-item-hover.jpg) repeat-x scroll 0 0;
text-decoration:none;
color:#000000;
}

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