﻿.nav
{
	clear: both;
	width: 60px;

}
.nav li
{
	background-position: 213px 5px;
	width:213px;
	position: relative;
	border-top: 1px dotted #CBCBCB;
	text-indent: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/cjl_5.gif);
	list-style-type:none;
}
.nav li a
{
	display: block;
	width: 213px;
	color: #000;
	text-decoration: none;
	font-weight:normal;
}
.nav li a:hover
{

	background: #FB9300;
	color: #fff;
}
.nav li ul
{
	position: absolute;
	display: none;
	left: 213px;
	top: 0px;
}
.nav li ul li
{
	float: none;
	height:24px;
	border-bottom: 1px solid #CBCBCB;
}
.nav li ul li a
{
	background: #eee;
}
.nav li ul li a:hover
{
	border:0px;
}
.Isshow
{
	display: block;
}
.Ishidden
{
	display: none;
}
.li1
{
	text-indent:20px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
	background-image:url('../images/jiantou.jpg');
	background-repeat:no-repeat;
	background-position:3px 5px;
	
}
#sort{ width:213px; border:1px solid #dfe1e0; border-top:0px; list-style-type:none; background-color:#f5f5f5; padding-bottom:10px;}
#sort a{ text-decoration:none;}
.li1 a
{
	height:25px;
	line-height:25px;
}
.sortList
{
	 list-style-type:none;
}
.sortList li
{
	margin:5px;
	float:left;
	width:137px;
	height:27px;
	border:1px solid #CBCBCB;
	line-height:27px;
	text-align:center;
}
.sortList li a
{
	color:#000000;
	text-decoration:none;
}
.sortList li a:hover
{
  text-decoration:underline;
}