
	#LeftPaneTab1 .dhtmlgoodies_tabPane{
		float:left;
		width:240px;
		height:42px;
		background-image:url(/images/left_tabs_bg.gif);
		background-repeat:no-repeat;
		background-position:left bottom;
	}
	#LeftPaneTab1 .tabActive{
		float:left; width:120px; height:26px;
		background-image:url(/images/LeftTabOver.gif);	
		background-repeat:no-repeat;
		background-position:top left;
		text-align:center;
		padding-top:12px;
		cursor:pointer;
		cursor:hand;
		display:block;
	}
	#LeftPaneTab1 .tabActive .tabspan{		
		font-size:14px;
		font-weight:bold;
		color:#FFF;
	}
	#LeftPaneTab1 .tabActive .tabspan:hover{
		font-size:14px;
		font-weight:bold;
		color:#FFF;
	}
	
	#LeftPaneTab1 .tabInactive .tabspan{
		font-size:14px;
		font-weight:bold;
		color:#FFF;
	}
	#LeftPaneTab1 .tabInactive .tabspan:hover{
		font-size:14px;
		font-weight:bold;
		color:#FFF;
	}
	#LeftPaneTab1 .tabInactive{
		float:left; width:120px; height:26px;
		background-image:url(/images/LeftTab.gif);	
		background-repeat:no-repeat;
		background-position:top left;
		text-align:center;
		padding-top:12px;
		cursor:pointer;
		cursor:hand;
		display:block;
	}
	
	#LeftPaneTab1 .inactiveTabOver{
		float:left; width:120px; height:26px;
		background-image:url(/images/leftTab_r.gif);	
		background-repeat:no-repeat;
		background-position:top left;
		text-align:center;
		padding-top:12px;
		cursor:pointer;
		cursor:hand;
		display:block;
	}
	#LeftPaneTab1 .inactiveTabOver .tabspan{
		font-size:14px;
		font-weight:bold;
		color:#FFF;
	}
	
	
	/*Home Tab */
	#HomeTab1 .dhtmlgoodies_tabPane{
		float:left;
		width:640px;
		height:46px;
		background:none;
	}
	#HomeTab1 .tabActive{
		float:left; width:240px; height:34px;
		background-image:url(/images/HomeTabOver.gif);	
		background-repeat:no-repeat;
		background-position:top left;
		text-align:center;
		padding-right:10px;
		padding-top:12px;
		cursor:pointer;
		cursor:hand;
		display:block;
	}
	#HomeTab1 .tabActive .tabspan{		
		font-size:16px;
		font-weight:bold;
		color:#008166;
	}
	#HomeTab1 .tabActive .tabspan:hover{
		font-size:16px;
		font-weight:bold;
		color:#008166;
	}
	
	#HomeTab1 .tabInactive .tabspan{
		font-size:16px;
		font-weight:bold;
		color:#FFF;
	}
	#HomeTab1 .tabInactive .tabspan:hover{
		font-size:16px;
		font-weight:bold;
		color:#008166;
	}
	#HomeTab1 .tabInactive{
		float:left; width:240px; height:34px;
		background-image:url(/images/HomeTab.gif);	
		background-repeat:no-repeat;
		background-position:top left;
		text-align:center;
		padding-top:12px;
		padding-right:10px;
		cursor:pointer;
		cursor:hand;
		display:block;
	}
	
	#HomeTab1 .inactiveTabOver{
		float:left; width:240px; height:34px;
		background-image:url(/images/HomeTab_r.gif);	
		background-repeat:no-repeat;
		background-position:top left;
		text-align:center;
		padding-top:12px;
		padding-right:10px;
		cursor:pointer;
		cursor:hand;
		display:block;
	}
	#HomeTab1 .inactiveTabOver .tabspan{
		font-size:16px;
		font-weight:bold;
		color:#fff;
	}	
	
	#HomeTab1 .dhtmlgoodies_aTab{
		float:left;
		width:620px;
		min-height:210px;
		_height:210px;
		background-color:#efefef;
		padding:10px;
	}
