/* ######### Drop Down DIVs CSS ######### */


#ddtopmenubar { padding-left:20px; height: 42px; }
#ddtopmenubar ul { font-family: 'Source Sans Pro'; font-size: 9pt; position: relative; z-index: 2; }
#ddtopmenubar > ul > li:nth-child(1) > a { background: none; }
#ddtopmenubar > ul > li:nth-child(1) > a:hover { background: none repeat scroll 0 0 #8b0304; }

.ddsubmenustyle ul li { margin: 0 0 10px 15px; }


.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
/*font: normal 13px Verdana;*/
margin: 0px 0px 0px -1px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #8b0304;
/*border: 1px solid black;
border-bottom-width: 0;*/
visibility: hidden;

z-index: 100;
}

.ddsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px none;
}

.ddsubmenustyle li a{
display: block;
width: 124px; /*width of menu (not including side paddings)*/
color: #fff;
/*background-color: lightyellow;*/
background: #8b0304;
text-decoration: none;
/*padding: 4px 5px;*/
/*border-bottom: 1px solid black;*/
font-family: Source Sans Pro;
font-size:9pt;
line-height: 13px;
font-weight: 600;
margin-left: -4px;
margin-top: 6.5px;
}

#ddsubmenu1 > li:nth-child(6) {
 width: 150px; /*width of menu for 'Information For:' (not including side paddings)*/
}

#ddsubmenu1 > li:nth-child(6) > a {
  width: 150px;
}

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

.ddsubmenustyle li a:hover{
background-color: #8b0304;
color: white;
text-decoration:underline;
}

/* ######### Neutral CSS  ######### */

/*CSS for "down" arrow image added to top menu items*/
/*.downarrowpointer{ 
padding-left: 4px;
border: 0;
}*/

/*CSS for "right" arrow image added to drop down menu items*/
/*.rightarrowpointer{ 
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;
}
#ddsubmenu1 li { list-style:none; }
#ddsubmenu2 li { list-style:none; }
#ddsubmenu3 li { list-style:none; }
#ddsubmenu4 li { list-style:none; }
#ddsubmenu5 li { list-style:none; }
#ddsubmenu6 li { list-style:none; }
#ddsubmenu7 li { list-style:none; }

/*#ddtopmenubar ul {font-family:Source Sans Pro Semibold;font-size:12pt; position:relative;z-index: 2;}*/
