	.dhtmlgoodies_tabPane{
		height:28px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
		margin-left:5px;
		margin-right:5px;
	}
	.dhtmlgoodies_aTab{
/*		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; */
		text-align:left;
		padding:5px;		
		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../images/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
/*		font-family:arial; */
		font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
/*		vertical-align:top; */
		vertical-align:middle;
		font-size:12px;
		padding-left:3px;
		padding-right:3px;	
		margin-left:5px;
		margin-right:3px;	
		padding-top:4px;	
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
	
	
	
.menu01{
	width:100%; 
/*	height:320px; */
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	text-align:left;
}
.menu01_left{
	width:200px;
	color:#FFFFFF;
	background-image:url(../images/menu_bg_left.jpg);
	background-repeat:repeat-x;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}
.menu01_right{
	color:#FFFFFF;
	border-left:1px solid #333333;
	background-image:url(../images/menu_bg.jpg);
}
