.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
	color: #fbd435
;
	background: white;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ffb200;	
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
	margin-right: 20px;
	margin-left: 20px;
	font: normal 11px Arial;
	
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: right;
color: white;
background: #ffb200;
 url(images/toggleleft.gif) no-repeat left bottom; /*background of toggle tab*/
text-decoration: none;

}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
	float: left;
	display: block;
	background: transparent url(images/toggleright.gif) no-repeat right bottom;
	cursor: pointer;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 13px;
}

.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: #ffb200;
; /*background of toggle tab onMouseover*/
	color: white;

}

.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;
}
