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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-size:11px; 
color:#1c1c1c;
margin:0px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style:none; 
background-color:#FFFFFF;
visibility: hidden;
z-index: 100;
width:230px;
border:1px solid #afafaf;


}

.ddsubmenustyle ul li {
padding:0 0 2px 30px; margin:0px; 
list-style:none;
list-style-image:none;
list-style-position:outside;
background:url(lli.jpg) no-repeat left top;
list-style-type:none;
line-height:25px;
width:230px;

}

.ddsubmenustyle li a{
background:url(lli.jpg) no-repeat left top;
width: 230px; /*width of menu (not including side paddings)*/
color: black;
text-decoration: none;
line-height:25px;
margin:0px; 
padding:0px;

}


* html .ddsubmenustyle li{ /*IE6 CSS*/
background:url(lli.jpg) no-repeat left top;
display: block;
width: 230px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{

color: #FFFFFF;
}

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

left: 100px;
border: 0;
}

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