.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: white;
background: #D14A27;
position:relative;/*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 */
}

.ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}

.ddpanelcontent a{ /*CSS for "content" DIV of Drop Down Panel*/
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}

.ddpanelcontent a:hover{ /*CSS for "content" DIV of Drop Down Panel*/
	border-bottom:1px dotted #FFFFFF;
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-left: 5%;
position:fixed;

margin-right:0px;
font: normal 12px Arial;
}

.ddpaneltab a{ /*"toggle" tab related CSS*/
float: left;
color: white;
background: #D14A27 url(toggleleft.gif) no-repeat left bottom; /*background of toggle tab*/
text-decoration:none;

}

.ddpaneltab a span{ /*"toggle" tab related CSS*/
float:right;
display: block;
background: transparent url(toggleright.gif) no-repeat right bottom;
padding: 2px 8px 6px 13px;
cursor: pointer;
width:155px;
}

.ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 0px;
}

.ddpaneltab a:hover{ /*"toggle" tab related CSS*/
background-color: black; /*background of toggle tab onMouseover*/
}

.ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}