.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: black;
background: white; /*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*/
	margin-right: 20px;
	font: normal .9em Arial;
	margin-bottom: 20px;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
	float: right;
	color: green; /*background of toggle tab*/
	text-decoration: underline;
	letter-spacing: 1px;
	background-image: url(images/SEdaisyMini.jpg);
	background-repeat: no-repeat;
	text-align: right;
	width: 115px;
	height: 45px;
	font-weight: bold;
}
