@charset "utf-8";
/* CSS Document */
body, div, ul, li, h3 {
	margin:0;
	padding:0
}

#side {
	width:190px;
	float:left;
	margin-left:20px;
	margin-top:20px;
	
	list-style:none;
}
#side h3 {
	width:190px;
	font-size:12px;
	line-height:25px;
	text-indent:20px;/*字的位置*/
	margin:0px;
	list-style:none;
	margin-left:1
}/*第一層*/

#side h3 a, #side h2 a {
	display:block;
	width:190px;
	height:30px;
	_height:21px;

	color:#fff;
	text-decoration:none;
	list-style:none;
	background:url(../images/left-button_01.jpg);
	font-size:12px;
}/*第一層*/
#side li {
	text-indent:30px;/*字的位置*/
	line-height:25px;
	list-style:none;
	
}
#side li a {
	display:block;
	width:190px;
	height:31px;
	line-height:30px;
	text-decoration:none;
	list-style:none;
	background-image:url(../images/left-button_02.jpg);
	font-size:12px;
	color:#FFF;
}/*第二層*/
#side .menu_cur {
	color:#B50394;
	border-left:5px solid #ccc;
	background:#eee;
	margin:0 auto;
}
#side .h3_cur {
	background:#000;
	color:#fc99cc;
	margin:0 auto;
}
#side .h2_click {
	color:#fc99cc;
	text-indent:25px;
	background:#000 url(../images/menu_add.gif) 10px center no-repeat;
	margin:0 auto;
}
