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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: bold 12px "Trebuchet MS", Verdana, Helvetica, sans-serif;
height:20px;
margin: 0;
padding: 0px 10px 5px 0px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background-color: #1D2725;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
margin-left:0px
}


.ddsubmenustyle li a{
display: block;
width: 200px; /*width of menu (not including side paddings)*/
text-decoration: none;
padding: 5px 0px 3px 10px;
margin-left:0px;
height:20px;
color:#678D65;
}

.ddsubmenustyle li a:hover{color:white}


* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 133px; /*width of menu (include side paddings of LI A*/
}

/*.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}
.ddsubmenustyle ul li a:hover{
background-color: pink;
color: blue;
}*/

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: relative;
padding-top: 6px;
border: 0;
}

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