/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 15px Verdana.Arial ; /* Text size changed KA */
margin: 0px ;
padding: 0px ;
position: absolute;
left: 0 ;
top: 0 ;
list-style-type: none;
background: white;
border: 1px solid black; // Was 1px
Zborder-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 210px; /*width of menu (not including side paddings) - Was 160 KA */
color: #333333 ;
background-color: lightyellow;
text-decoration: none;
padding: 4px 5px;
padding: 1px ; /* KA */
margin: 0px ; /* KA */
margin-bottom: 3px ; /* KA */
Zborder-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 220px; /*width of menu (include side paddings of LI A - Wa 170 KA */
}

.ddsubmenustyle li a:hover{
background-color: #ff7500 ;
background-color: #000050 ; 
color: #ffffff ;
color: #ff7500 ;
}

/* ######### 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: 10px; // Was 3px
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}