.ddpanel .ddpanelcontent{
	border-bottom: 1px solid gray;
	border-top: 1;
	color: #424242;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: white repeat;
} /*CSS for "content" DIV of Drop Down Panel*/
color: #000;
background: #e6fbfe;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-top-style: solid;
	border-bottom: 1px solid black;
	border-top-color: black;


.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-right: 20px;
font: normal 12px Arial;
	border-bottom: 1px solid gray;
	background-color: white;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: left;
color: white;
background: #2E3E4D url(toggleleft.gif) no-repeat left bottom; /*background of toggle tab*/
text-decoration: none;
letter-spacing: 1px;
}

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

.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: #395916; /*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;
}

