.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
background: #322003; /*background of Drop Down Panel*/
margin-bottom: -35px;
padding-bottom: 0px;
border-bottom: 0px grey solid;
margin-top: -15px;
max-height: 335px;
overflow: hidden
/*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: 9px;
margin-top: 29px;
font: normal 10px Arial;
padding-bottom: 8px
}

.ddpanel h1 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 21px; line-height: 24px; color: #fff; background-color: transparent; font-weight: normal; margin-top: 10px; }

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
width: 251px;
max-width: 251px;
float: right;
color: white;
background: #8d1716;
text-decoration: none;
letter-spacing: 1px;
margin-bottom: -7px;
padding-left: 50px
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
background: transparent;
padding: 2px 0px 4px 13px;
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 5px;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
background-color: #8d1716; /*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;
}
