/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
padding:0;
margin:0;
position: absolute;
left:0;
top: 0;
list-style-type: none;
border: thin solid #FFFFFF;
visibility: hidden;
z-index: 100;
text-transform:uppercase;
vertical-align:bottom;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: #181818;
background-color:#6cc6f8;
text-decoration: none;
padding: 5px 8px;
border-bottom: thin solid #FFFFFF;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 160px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
color: white;
}

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle2, .ddsubmenustyle2 ul{ /*topmost and sub ULs, respectively*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
margin:0;
padding:0;
position: absolute;
left:0;
top:0;
list-style-type: none;
border: thin solid #FFFFFF;
visibility: hidden;
z-index: 200;

}

.ddsubmenustyle2 li a{
display: block;
width: 100px; /*width of menu (not including side paddings)*/
color: #fff;
background-color:#6FA257;
text-decoration: none;
padding: 5px 8px 5px 8px;
border-bottom: thin solid #FFFFFF;
z-index: 200;
left:-200;
}

* html .ddsubmenustyle2 li a{ /*IE6 CSS hack*/
display: inline-block;
width: 100px; /*width of menu (include side paddings of LI A*/
padding: 5px 8px 5px 8px;
margin:0px;
}

.ddsubmenustyle2 li a:hover{
background-color:#9DA6D7;
color: white;
}



.ddsubmenustyle2 li ul a{
display: block;
width: 110px; /*width of menu (not including side paddings)*/
color: #fff;
background-color: #CCCCCC;
padding: 5px 8px 5px 8px;
text-decoration: none;
margin:0;
border-bottom: thin solid #FFFFFF;
z-index: 200;
left:-200;
}

* html .ddsubmenustyle2 li ul a{ /*IE6 CSS hack*/
display: inline-block;
width: 110px; /*width of menu (include side paddings of LI A*/
padding: 5px 8px 5px 8px;
margin:0;
}

.ddsubmenustyle2 li ul a:hover{
background-color:#D35965;
color: white;
}





/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left:0;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top:0;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
* html .rightarrowpointer{ /*IE6 CSS hack*/
display: inline-block;
}
