.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: white;
height: 535px;
background: #e8e8e8; /*background of Drop Down Panel*/
border-bottom: 1px solid #ffffff;
line-height:		16px;
font-family:		"lucida grande", lucida sans, tahoma, sans-serif;
font-size: 		11px;
/*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: 0px;
height: 		0px;
margin-right: 20px;

font: normal 10px "lucida grande", lucida sans, tahoma, sans-serif;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: right;
color: #29346E;
background: #e8e8e8  no-repeat left bottom; /*background of toggle tab*/
border-left: 0px solid #999999;
border-right: 0px solid #999999;
border-bottom: 0px solid #999999;
text-decoration: none;
padding: 8px;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
text-align: right;
background: #e8e8e8  no-repeat right bottom;

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