/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #248ac1;
border: 5px solid #248ac1;
border-bottom-width: 11px; 
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li { list-style-image: none; font-size: 11px; text-align: left; }

.ddsubmenustyle li a{
font: normal 11px Verdana, Arial, sans-serif;	
display: block;
width: 175px; /*width of menu (not including side paddings)*/
color: #FFF;
background-color: #248ac1;
text-decoration: none;
padding: 5px 9px 5px 6px;
border-bottom: 1px solid #2b9bd8;
}


.ddsubmenustyle li a:hover{
background-color: #2b9bd8;
color: #FFF;
}

/* ######### Drop Down ULs CSS ######### */


.subsub, .subsub ul{ /*topmost and sub ULs, respectively*/
font: normal 10px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #FFF;
border: 4px solid #FFF;
border-bottom-width: 8px; 
visibility: hidden;
z-index: 100;
}

.subsub li { list-style-image: none; font-size: 11px; text-align: left; }

.subsub li a{
font: normal 10px Verdana, Arial, sans-serif;	
display: block;
width: 80px; /*width of menu (not including side paddings)*/
color: #333;
background-color: #FFF;
text-decoration: none;
padding: 3px;
}

.subsub li a:hover{
background-color: #2b9bd8;
color: #FFF;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
display: none; 
}
.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;
}
