/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 15px Calibri, Lucida Sans, Lucida Grande, Arial, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #006699;
border-bottom-width: 0;
visibility: hidden;
z-index: 9999999999;
display:block;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
box-shadow:0px 0px 4px #777777;
}

.ddsubmenustyle li a{
display: block;
width: 215px; /*width of menu (not including side paddings)*/
color: #FFFFFF;
text-decoration: none;
padding: 10px 10px;
border-bottom:1px solid #0099FF;
display:block;

}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 250px; /*width of menu (include side paddings of LI A*/
color: black;
display:block;

}

.ddsubmenustyle li a:hover{
color: #0099FF;
display:block;
}

.ddsubmenustyle2, .ddsubmenustyle2 ul{ /*topmost and sub ULs, respectively*/
font: normal 16px Arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: url(../graphics/flyoutmenuright.png);
border-bottom-width: 0;
visibility: hidden;
z-index: 9999999999;
display:block;
-moz-border-radius: 0px 10px 10px 10px;
-webkit-border-radius: 0px 10px 10px 10px;
border-radius: 0px 10px 10px 10px;
box-shadow:0px 0px 4px #333;
}

.ddsubmenustyle2 li a{
display: block;
width: 300px; /*width of menu (not including side paddings)*/
color: #FFFFFF;
text-decoration: none;
padding: 10px 10px;
border-bottom:1px solid #777777;
display:block

}

* html .ddsubmenustyle2 li{ /*IE6 CSS hack*/
display: inline-block;
width: 160px; /*width of menu (include side paddings of LI A*/
color: black;
display:block;

}

.ddsubmenustyle2 li a:hover{
color: #89A913;
display:block;

}

/* ######### 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;

left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}