@charset "utf-8";
/* CSS Document */
#searchform {
	margin-top:20px;
	margin-bottom:0px;
	margin-right:10px;
	margin-left:0px;
	width:246px;
	height:24px;
	background-image:url(images/searchbar.png) !important;
	_background:url(images/searchbar.gif) ;
	background-repeat:no-repeat;
	float:right;
	text-align:left;
}
#searchform #s {
	border:1px solid #FFFFFF;
	width:200px;
	margin-left:10px;
	margin-top:1px !important;
	*margin-top:2px;
	margin-bottom:1px;
	height:16px;
	line-height:15px;
	
}
#searchform #searchsubmit {
	border:0px;
	background-color:#FFFFFF;
	background-image:url(images/searchicon.png);
	*background-image:url(images/searchicon_ie.png);
	background-repeat:no-repeat;
	background-position:center;
	width:16px;
	height:17px;
	margin-right:10px;
	margin-bottom:1px;
	overflow:hidden;
}




.tree ul {
	margin:0px;
}
/* ------布局-------- */



/*第一*/

.tree {
	clear:both;
	display:block;
}
.tree li {
	margin:0px;
	padding-left:15px;
	padding-top:20px;
	list-style:none;
	list-style-position:outside;
	list-style-image:none;
	background-image:url(images/dot_b_ie.png);
	background-repeat:no-repeat;
	clear:both;
	line-height:18px;
}
.tree .current-cat-parent {
	background-image:url(images/dot_w_ie.png);
	list-style-image:none;
	background-repeat:no-repeat;
	line-height:18px;
}
.tree .current-cat {
	background-image:url(images/dot_w_ie.png);
	list-style-image:none;
	background-repeat:no-repeat;
	line-height:18px;
}
/*第二*/

.tree .children li {
	margin:0px;
	padding-left:15px;
	padding-top:3px;
	list-style:none;
	list-style-position:outside;
	list-style-image:none;
	background-image:url(images/dot_1b.png);
	background-repeat:no-repeat;
}
.tree .children .current-cat-parent {
	background-image:url(images/dot_1w.png);
}
.tree .children .current-cat {
	background-image:url(images/dot_1w.png);
}
/*第三*/



/* --------颜色--------- */



/*第一*/

.tree li a {
	color:#9999FF;
	text-decoration:none;
	font-weight:bold;
}
.tree li a:hover {
	color:#FFFFFF;
}
.tree .current-cat a {
	color:#FFFFFF;
}
.tree .current-cat-parent a {
	color:#FFFFFF;
}
/*第二*/

.tree .children li a {
	color:#6666FF;
	font-weight:normal;
}
.tree .children li a:hover {
	color:#FFFFFF;
	font-weight:normal;
}
.tree .children .current-cat a {
	color:#FFFFFF;
}
.tree .children .current-cat-parent a {
	color:#FFFFFF;
}
/*第三*/

.tree .children .children li a {
	color:#6666FF
}
.tree .children .children li a:hover {
	color:#FFFFFF
}
.tree .children .children .current-cat a {
	color:#FFFFFF;
}
.tree .children .children .current-cat-parent a {
	color:#FFFFFF;
}

/* End Sidebar */
