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

@font-face {
   font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: bold 11.5px Arial, Helvetica, sans-serif; z-index:1000 !important;
margin: -2px 0px 0px 0px ; letter-spacing:0.3px;
padding: 0px 0px 0px 0px;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
background: white;
border: solid 0px #b2020b ;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;letter-spacing:0.3px;
width: 360px; /*width of menu (not including side paddings)*/
color: #2d485b;
background-color: #d0ecff;
text-decoration: none; 
padding: 6px 6px 8px 6px;
border-bottom: 1px solid  #00225a;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 280px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #0e73b9;
color: #f7fcff;
font-weight: bold; text-decoration:none;
}

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