.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: white;
/*background:#DCCEAB; /*background of Drop Down Panel*/
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-right: 1px;
font: normal 11px verdana;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: right;
color: #FFCC00;
font: normal 11px verdana;
background: black url(toggleleft.gif) no-repeat left bottom; width:100%;  /*background of toggle tab*/
text-decoration:none;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: right;
display: block;
background: transparent url(toggleright.gif) no-repeat right bottom; width:100%
padding: 1px 4px 1px 4px;
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 1px;
margin-left: 1px;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
background-color: navy; /*background of toggle tab onMouseover*/
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}
