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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-family:tahoma;
list-style-type:none;
list-style-image:none;
border:1px solid #FFB74B;
border-top:2px solid #FC8C2A;
background-color:#fff1d1;
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%;
}

.ddsubmenustyle li a{
display: block;
background-color:#fff1d1;
width: 155px;
color: #039;
padding: 4px 5px;
line-height:100%;
}


.ddsubmenustyle li a:hover{
background-color:#ffffff;
border:1px solid #FFB74B;
font-weight:normal;
color:#FF6600;
padding: 3px 4px;
text-decoration:underline;
}

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