#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 100%;
left: 0;
top: 0;
visibility:hidden;
z-index: 90; /* FCo because of the new menu */
}

#dropdownpanel .ircontentdiv{ /*Div containing Ajax content*/
background: black;
color: white;
padding: 10px;
}

#dropdownpanel .ircontrol{ /*Div containing panel button*/
border-top: 0px solid black; /* FCo was 5px */
color: white;
font-weight: bold;
text-align: center;
background: transparent url("../image/jkpanel/panel.gif") center center no-repeat; /*change panel.gif to your own if desired FCo*/
padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
height: 21px; /* 21px + 3 px should equal height of "panel.gif" */
line-height: 21px; /* 21px + 3px should equal height of "panel.gif" */
}