/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: 15px Georgia, "Times New Roman", Times, serif;
text-shadow: 1px 1px 1px rgba(0,0,0, 0.1);
margin-top: -9px;
margin-bottom: 0;
margin-right: 0;
margin-left: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 250px; /*width of menu (not including side paddings)*/
text-decoration: none;
padding-top:20px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
border-left: 1px solid #cccccc;
}

.ddsubmenustyle li#mellow a{
color: #ffffff;
background-color:#7d34d8;
}

.ddsubmenustyle li#mellow a:hover{
color: #dddddd;
background-color:#3038b0;
}

.ddsubmenustyle li#bellow a{
color: #ffffff;
background-color:#448503;
}

.ddsubmenustyle li#bellow a:hover{
color: #dddddd;
background-color:#3038b0;
}




.ddsubmenustyle li#cellow a{
color: #ffffff;
background-color:#d33a3f;
}

.ddsubmenustyle li#cellow a:hover{
color: #ffffff;
background-color:#eec707;
}

.ddsubmenustyle li#vellow a{
color: #ffffff;
background-color:#7d34d8;
}

.ddsubmenustyle li#vellow a:hover{
color: #ffffff;
background-color:#eec707;
}


.ddsubmenustyle li#tellow a{
color: #ffffff;
background-color:#2a959f;
}

.ddsubmenustyle li#tellow a:hover{
color: #ffffff;
background-color:#eec707;
}

.ddsubmenustyle li#fellow a{
color: #ffffff;
background-color:#448503;
}

.ddsubmenustyle li#fellow a:hover{
color: #ffffff;
background-color:#eec707;
}














* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 250px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
color: #dddddd;
background-color:#3038b0;
text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
}

/* ######### 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;
}