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


.ddsubmenustyle1, .ddsubmenustyle1 ul{ /*topmost and sub ULs, respectively*/
padding:0px;

position: absolute;
left:0;
margin-top:-10px;
list-style-type: none;
background-color: #f2c201;
border:1px solid #FFCE9D;
border-bottom-width: 0;
visibility: hidden;
opacity:0.9;
filter:alpha(opacity:90);

}


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
padding:0px;

position: absolute;
left: 0;
margin-top:-9px;
list-style-type: none;
background-color: #f2c201;
border:1px solid #bfe7fa;
border-bottom-width: 0;
visibility: hidden;

}



.ddsubmenustyle2, .ddsubmenustyle2 ul{ /*topmost and sub ULs, respectively*/
padding:0px;

position: absolute;

margin-top:-9px;
list-style-type: none;
background-color: #f2c201;
border:1px solid #bfe7fa;
border-bottom-width: 0;
visibility: hidden;

}


.ddsubmenustyle li a{
display:inline-block;
width: 250px; /*width of menu (not including side paddings)*/
color: black;
background-color: #7bc7ea;
text-decoration: none;
padding:8px 5px 8px 5px;
border-bottom: 1px solid #bfe7fa;
}
.ddsubmenustyle2 li a{
display:inline-block;
width: 250px; /*width of menu (not including side paddings)*/
color: black;
background-color: #7bc7ea;
text-decoration: none;
padding:8px 5px 8px 5px;
border-bottom: 1px solid #bfe7fa;
}
.ddsubmenustyle1 li a{
display:inline-block;
width: 250px; /*width of menu (not including side paddings)*/
color: black;
background-color: #f2c201;
text-decoration: none;
padding: 7px 5px;
border-bottom: 1px solid #FFCE9D;
}

* html .ddsubmenustyle1 li{ /*IE6 CSS hack*/
display: inline-block;
width: 250px; /*width of menu (include side paddings of LI A*/
}
* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 250px; /*width of menu (include side paddings of LI A*/
}
* html .ddsubmenustyle2 li{ /*IE6 CSS hack*/
display: inline-block;
width: 250px; /*width of menu (include side paddings of LI A*/
}
.ddsubmenustyle1 li a:hover{
background: #f2c201;
color: white;
}
.ddsubmenustyle li a:hover{
background: #7bc7ea;
color: white;
}
.ddsubmenustyle2 li a:hover{
background: #7bc7ea;
color: white;
}
/* ######### 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;

border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}