body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset Download by http://sc.xueit.com*/
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	
}

a {
font-size:12px;font-family:Arial, Helvetica, sans-serif;}
td {font-size:12px;
}

ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:220px;
	margin:0px;
	padding:0px;
}

li{
	list-style:none;
	text-align:left;
	
}

li.menu{
	/* The main list elements */
	padding:0px 0;
	width:100%;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:14px;
	height:36px;
	line-height:36px;
	overflow:hidden;
	text-indent:32px;
	position:relative;
	width:220px;
	margin-bottom:3px;
	font-weight:bold;
	color:#535353;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

/*当大类下边没有小类的时候的效果*/

li.button_wuzilei a{
	/* The section titles */
	display:block;
	color:#535353;
	font-size:14px;
	height:36px;
	line-height:36px;
	overflow:hidden;
	text-indent:32px;
	position:relative;
	width:220px;
	margin-bottom:3px;
	font-weight:bold;
	border-bottom:1px dashed #f00;
	background:#fff;
}

li.button_wuzilei a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:underline;
	
}




li.button a span{
	/* This span acts as the right part of the section's background */
	height:36px;
	line-height:36px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
	color:#535353;
	
}

/* Setting up different styles for each section color */

li.button a.blue{background:#fff; color:#000; display:block; width:220px; height:36px; line-height:36px; }
li.button a.blue span{ 
display:block; width:220px; height:36px; line-height:36px; }

li.button a.green{background:#fff; color:#535353; font-size:12px; font-weight:bold;
display:block; width:220px; height:36px; line-height:36px; border-bottom:1px dashed #ccc; background:url(../images/ico333.gif) no-repeat 10% center;}

li.button_wuzilei a.green{background:#fff; color:#535353; font-size:12px; font-weight:normal;
display:block; width:220px; height:36px; line-height:36px; border-bottom:1px dashed #ccc; background:url(../images/ico333.gif) no-repeat 10% center;}

li.button a.green span{ 
display:block; width:220px; height:36px; line-height:36px; font-weight:normal; }

li.button a.orange{background:#fff; color:#000;
display:block; width:220px; height:36px; line-height:36px;}
li.button a.orange span{ 
display:block; width:220px; height:36px; line-height:36px; }

li.button a.red{background:#fff; color:#000;
display:block; width:220px; height:36px; line-height:36px;}
li.button a.red span{ 
display:block; width:220px; height:36px; line-height:36px; }

/* The hover effects */

li.button a:hover{background:url(../images/ico333.gif) #fff no-repeat 10% center; text-decoration:underline;}
li.button a:hover span{color:#000; text-decoration:underline; }

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
}
/*

.dropdown li{  */
	/* Each element in the expandable list */
	
	/*
	background-color:#1AC4E1;
	border:1px solid #40392C;
	color:#CCCCCC;
	margin:5px 0;
	padding:4px 18px;
}

*/

.dropdown li{
	/* Each element in the expandable list */
	
	border:1px dashed #ccc;
	color:#CCCCCC;
	margin:2px 0;
	padding:4px 18px;
}

/* The styles below are only necessary for the demo page */



.clear{
	clear:both;
}

#main{
	/* The main container */
	margin:0px;
	padding:0px;
	text-align:center;
	width:auto;
	position:relative;
}




