html{
		height:100%;
	}

	.clear{
		clear:both;
	}
	
	#mainContainer{
		width:100px;
		text-align:left;
		margin:0 auto;
		
		
		height:100%;
	}
	
	#topBar{
		width:760px;
		height:100px;
	}
	#leftMenu{
		width:200px;
		padding-left:1px;
		padding-right:8px;
		float:left;

	}
	#mainContent{
		
		padding-right:10px;	
		float:left;
	}
	/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
		width:200px; 
		
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;
line-height: 20px;
	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;

	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		
		width:100px;	
		font-size:16px;
		padding-left:10px;  /* 	div位移 */
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color: #000;
		text-decoration:none;	
		display:block;
		clear:both;
		width:170px;	
		padding-left:2px;	

	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
	 font-size:14 em; 
	 color:#383838;
	  padding-bottom:9px;
	line-height: 20px;
	font-weight: bolder;
	text-decoration: none;
	border-bottom-width: 1px;
	
	border-bottom-color: #CCCCCC;
	

	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
	padding-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	font-family: Arial, "新細明體";
	font-size: 13px;
	line-height: 18px;
	color: #A2A2A2;
	text-decoration: none;
	padding-top: 5px;
	font-style:normal;
	background-repeat:no-repeat;
	text-align:left;
	text-indent:0px;
	
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
	padding-left:10px;
	font-family: Arial, "新細明體";
	font-size: 12px;
	font-weight: bolder;
	line-height: 18px;
	color: #A2A2A2;
	text-decoration: none;
	padding-top: 5px;
	font-style:normal;

	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		line-height: 18px;
		
		
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
		line-height: 18px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:0px;

	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}
	
	.MenuLevel2
	{
	font-size:13px;
	width:180px;
	border:1px;
	}
	
		.MenuLevel3
	{
	font-size:13px;
	width:1px;
	border:1px;
	background-image:url("../menu/images/listitem2.gif");
	background-repeat:no-repeat;
	text-align:left;
	vertical-align:middle;
	text-indent:20px;
	height:18px;
	padding-top:10px;
	}


