.ddown .ddowncontent{ /*CSS for "content" DIV of Drop Down Panel, DO NOT CHANGE IT's NAME*/
color: white;
background: black; /*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 */
}

.ddown .ddowntab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-right: 20px;
font: normal 12px Arial;
}

.ddown .ddowntab a{ /*"toggle" tab related CSS*/
float: right;
color: white;
background: #000000 url(left.gif) no-repeat left bottom; /*background of DDown tab*/
text-decoration: none;
letter-spacing: 1px;
}

.ddown .ddowntab a span{ /*"toggle" tab related CSS*/
float: right;
display: block;
background: transparent url(right.gif) no-repeat right bottom;
padding: 1px 12px 4px 13px;
cursor: pointer;
}

.ddown .ddowntab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 5px;
}

.ddown .ddowntab a:hover{ /*"toggle" tab related CSS*/
background-color: #000000F; /*background of toggle tab onMouseover*/
}

.ddown .ddowntab a:active, .ddown .ddowntab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddown .ddowntab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}