.ddpanel1 .ddpanelcontent1{ /*CSS for "content" DIV of Drop Down Panel*/
    border-color: #3a4145;
    border-style: solid; 
    border-width: 1px;
    font-family: Calibri; 
    background-color: #3a4145;
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.ddpanel1 .ddpaneltab1{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-right: 20px;
font: normal 12px Arial;
}

.ddpanel1 .ddpaneltab1 a{ /*"toggle" tab related CSS*/
float: right;
color: White;
background: #3a4145 url(images/toggleleft2.gif) no-repeat left bottom; /*background of toggle tab*/
text-decoration: none;
letter-spacing: 1px;
}

.ddpanel1 .ddpaneltab1 a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
background: transparent url(images/toggleright2.gif) no-repeat right bottom;
padding: 1px 12px 4px 13px;
cursor: pointer;
}

.ddpanel1 .ddpaneltab1 a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 5px;
}

.ddpanel1 .ddpaneltab1 a:hover{ /*"toggle" tab related CSS*/
background-color: #595f61; /*background of toggle tab onMouseover*/
}

.ddpanel1 .ddpaneltab1 a:active, .ddpanel .ddpaneltab1 a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel1 .ddpaneltab1 a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}
