/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{
position: absolute; list-style-type: none; color:#FFFFFF; visibility: hidden; z-index: 100; padding:3px 0 0 0; margin:0;}

.ddsubmenustyle li a{width: 160px; display: block; font:bold 13px Tahoma; color: #ffffff; background-color: #5e830d; text-decoration: none; 
padding: 8px; border-right:solid 1px #547602; border-bottom:dotted 1px #547602; border-left:solid 1px #547602;}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/display: inline-block; width: 170px; /*width of menu (include side paddings of LI A*/}

.ddsubmenustyle li a:hover{background-color: #77a405; color: #ffffff; text-decoration: none; 
border-right:solid 1px #547602; border-bottom:dotted 1px #547602; border-left:solid 1px #547602;}

/* ######### 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: 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;}
