/* Homepage Styles */
.float {
	position:relative;
	width:165px;
	height:17px;
	top:0px;
	left:0px;
	cursor:hand;
}

.ddpanel { /*CSS for "content" DIV of Drop Down Panel*/
	position:absolute;
	width:165px;
	height:17px;
	top:0px;
	left:0px;
	text-align:left;
	vertical-align:top;
	/*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*/
	position:absolute;
	width:195px;
	height:58px;
	top:0px;
	left:194px;
	text-align:left;
	vertical-align:top;
	/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

/* Subpage Styles */
.float2 {
	position:relative;
	width:204px;
	height:25px;
	top:0px;
	left:0px;
	cursor:hand;
}

.ddpanel2 { /*CSS for "content" DIV of Drop Down Panel*/
	position:absolute;
	width:204px;
	height:25px;
	top:0px;
	left:0px;
	text-align:left;
	vertical-align:top;
	/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.ddpanelcontent2 { /*CSS for "content" DIV of Drop Down Panel*/
	position:absolute;
	width:195px;
	height:58px;
	top:0px;
	left:214px;
	text-align:left;
	vertical-align:top;
	/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}