.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: #005596;
background: none; /*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: 18px "Times New Roman", Times, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L",  serif; 
	    color: #005596;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
color: #8c9fc9;
background: none; /*background of toggle tab*/
text-decoration: none;
}

.ddpanel .ddpaneltab a span { /*"toggle" tab related CSS*/
display: block;
background: none;
padding: 0;
cursor: pointer;
color: #8c9fc9;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
/*display:none;*/
margin-top: 2px;
margin-left: 5px;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
text-decoration: none; /*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;
color: #ce1719;
}