
#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 100%;
left: 0;
top: 0;
visibility:hidden;
z-index:100;
}

#dropdownpanel div.contentdiv{ /*Div containing Ajax content*/
background: #003399;
color: white;
padding: 10px;
text-align:left;
}

#dropdownpanel div.control{ /*Div containing panel button(tab)*/
border-top: 5px solid #003399;
position:relative; 	/* use this if you want the "button" up in the box */
/*left:-232px;			/* use this if you want the "button" up in the box */
color: white;
font-weight: bold;
text-align: center;
background: transparent url("panelblue.gif") center center no-repeat; /*change panel.gif to your own if desired*/
padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
height: 13px; /* 21px + 3 px should equal height of "panel.gif" */
line-height: 13px; /* 21px + 3px should equal height of "panel.gif" */
}
