/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul
{
    /*topmost and sub ULs, respectively*/
    font: bold 14px Arial;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    border: 0px solid black;
    border-top-width: 0px;
    border-bottom-width: 0;
    visibility: hidden;
    z-index: 100;
    /*line-height: 18px;*/
}

.ddsubmenustyle li
{
    width: auto;
    display: block;
    text-decoration: none;
    color: black;
    
}

.ddsubmenustyle li a
{
    width: auto;
    display: block;
    text-indent: 5px;
    border-top: 0 solid #678b3f;
    border-bottom: 0px solid #678b3f; /*THEME CHANGE HERE*/
    padding: 2px 2px;
    text-decoration: none;
    color: #006721;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: auto; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:visited
{
	/*THEME CHANGE HERE*/
	text-decoration: none;
}

.ddsubmenustyle li a:hover
{
    text-decoration: underline;
}

.ddsubmenustyle li a:active
{
    text-decoration: none;
}


/* ######### 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;
}
