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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-family:Arial;
list-style-type:none;
list-style-image:none;
border:none;
margin: 0;
padding-top:2px;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
z-index: 100;
font-style: normal;
font-weight: normal;
text-decoration:none;
line-height:100%;
font-size:12px;
background-color:#FFF;
border-top:1px solid #1b6ba8;
border-left:1px solid #1b6ba8;
border-right:2px solid #1b6ba8;
border-bottom:2px solid #1b6ba8;
color:#0039;
z-index:100;
}

.ddsubmenustyle li a{
display: block;
background-color:#FFF;
width: 225px;
color:#0039;
padding:6px;
line-height:100%;
border-bottom:1px dashed #DEDEDE;
}


.ddsubmenustyle li a:hover{
display: block;
background-color:#FFF;
width: 225px;
color:#0039;
padding: 6px;
line-height:100%;
bottom-border:1px dotted #999;
}

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