.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
width:300px;
color: white;
background: #CC7F00; /*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*/
font: normal 12px Tahoma;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
height:28px;
float: right;
color: #ffffff;
background: #CC7F00; /*background of toggle tab*/
text-decoration: none;
letter-spacing: 0px;
font-weight:bold;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
background: transparent;
padding: 5px 13px 5px 13px;
cursor: pointer;
}



.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
background-color: #CC7F00; /*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;
}
