/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ list-style-type: none; z-index: 100; font: normal 11px Calibri; margin: 0; 
border-bottom-width: 0; visibility: hidden; padding: 0; position: absolute; left: 50; top: 0;  }

.ddsubmenustyle li a{ display: block; width: 200px; color: black; text-decoration: none; padding: 2px 5px;  }
* html .ddsubmenustyle li{ display: inline-block; width: 200px; }
.ddsubmenustyle li a:hover { background-color: black; color: white; }

/* ######### 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: 600; background: transparent; border-width: 0; width: 0; height: 0; display: block; }