@charset "utf-8";
/* 菜单导航样式 */
#nav ul
{
	padding-left: 0;
	height:16px;
	line-height:16px;
	margin-left: 0;
	float: left;
	width: 100%;
	padding-top:0px;
	padding-bottom: 0px;
	text-align: right;
}
#nav ul li { display: inline; }

#nav ul li a{
	color: #666;
	text-decoration: none;
	float: left;
	padding-top:1px;
	padding-bottom: 0em;
	padding-right:0.8em;
	padding-left:1.5em;
	font-weight: bold;
	font-size: 14px;
	font-variant: normal;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #bbb;	
	
}
#nav ul li a:hover{
	text-decoration: none;
	color: #ff0000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #F00;
}
.navc a{
	text-decoration: none;
	color: #ff0000;	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #F00;
	
}

.sidebar
{
	width:160px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom:0px;
	margin-left: auto;
	padding: 0;
}
.sidebar li{display: inline;}
.sidebar a
{
	width: 99.99%;
	/* extend the sensible area to the maximum with IE5 */
display: block;
	text-align: left;
	text-decoration: none;
	color: #666;
	height: 28px;
	line-height: 28px;
	background-image: url(images/bg/dot.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	text-indent: 18px;
}

.sidebar a:hover,.sidebar_cur a{
	color: #ff0000;
	background-image: url(images/bg/dot2.jpg);
	background-repeat: no-repeat;
	
}


