/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font:11px/12px tahoma, arial, helvetica, sans-serif;
margin: 0;
padding: 0;
position:absolute;
left: 0;
top: 0;
list-style-type: none;
border: 1px solid #8dc0e3;
border-bottom-width: 0;
visibility: hidden;
letter-spacing:.1em;
}

.ddsubmenustyle li a{
display: block;
width: 140px; /*width of menu (not including side paddings)*/
color: black;
background-color: #ffffff;
text-decoration: none;
padding: 5px 6px;
border-bottom: 1px solid #8dc0e3;
}

.ddsubmenustyle li a:hover{
background-color: #f4f9fb;
color: #000000;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding: 0;
border: 0;
}