.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
	color: white;
	position: absolute;
	top:0px;
	width:100%;
	background:black;
	z-index:107;
	filter: alpha(opacity=73);
	-moz-opacity: 73%;
	opacity: 0.73;

	
/*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: 2px;
	position: absolute;
	z-index:10;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
    float: left;
	position: relative;
	bottom:0px;
    text-decoration: none;
    letter-spacing: 1px;
    filter: alpha(opacity=64);
	-moz-opacity: 64%;
	opacity: 0.64;
	z-index:1000;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
	z-index:100;

}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 100px;
margin-left: 5px;
	z-index:100;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
 /*background of toggle tab onMouseover*/
 filter: alpha(opacity=68);
	-moz-opacity: 68%;
	opacity: 0.68;
	z-index:100;
}

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