.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
	color: #fff;
	background: #ffaf76 url(../../../Im_img/Im_id_bg.png) no-repeat bottom; /*background of Drop Down Panel*/
	height: 141px;
	
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	/*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: 20px;
	font: bold 11px Optima; 
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS for IE*/
	float: right;
	color: #216924; 
	/*width: 127px;
	height: 21px;
	background: #fb9200;*/
	background: url(../../../Im_img/Im_home_login_btn.gif) no-repeat bottom;
	/* background: #fb9200 url(../../../Im_img/toggleleft.gif) no-repeat left bottom;*/ /*background of toggle tab*/
	text-decoration: none;
	/*letter-spacing: 1px;*/

	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

html>body .ddpanel .ddpaneltab a{ /*"toggle" tab related CSS for Other BROWSERS*/
	background: #ffaf76;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
	float: left;
	display: block;
	/* background: transparent url(../../../Im_img/toggleright.gif) no-repeat right bottom;*/
	padding: 0 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*/
	color: #FFF; /*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;
}