
#leftmenu a:link,#leftmenu a:visited{
	height:100%;
	text-align:left;
	padding:5px 3px;
	color:#9D7D7E;
}

/* logo */
#leftmenu .leftlogo{
	margin:68px 0 32px 20px;
}

/* 网站地图 */
#webmap{
	width:130px;
	margin:0 0 20px 30px;
	height:16px;
}
#webmap a#map1,#webmap a#map2{
	padding:0;margin:0;
	font-size:12px;
	height:16px;
	float:left;
	line-height:16px;
	text-align:center;
	color:#fff;
}
#webmap a#map1{
	padding:0 7px 0 6px;
	background:url(../images/another/map-index-bg.png) left top no-repeat;
}
#webmap a#map1:hover{
	background:url(../images/another/map-index-hover.png) left top no-repeat;
}
#webmap a#map2{
	position:relative;
	left:-4px;width:66px;
	height:16px;
	background:url(../images/another/map-next-bg.png) left top no-repeat;
}
#webmap a#map2:hover{
	background:url(../images/another/map-next-hover.png) left top no-repeat;
}

/* 返回-菜单 */
#top_show{
	padding:0;
	margin:31px 0 10px 0;
}
#top_show li{
	background:url(../images/white0.5.png) -360px top no-repeat;
	float:left;
	width:100px;
	height:32px;
	margin-top:2px;
	padding:3px 0 3px 25px;
}
#top_show li#main_leftmenu{
	overflow:hidden;
	width:102px;
}
#top_show li#main_leftmenu img{
	/*opacity:0;filter:alpha(opacity=0); */
    display:none;
	float:left;
}
#top_show li#main_leftmenu a{
	font-size:16px;
	font-weight:bold;
	padding:0;
	float:left;
	height:100%;width:231px;
	text-align:left;
}
#leftmenu #back_leftmenu{
	height:19px;width:94px;
	margin-right:50px;
}
#leftmenu #back_leftmenu a{
	padding-left:10px;
	background:url(../images/left-menu-list-sty3.png) left 12px no-repeat;
}
/* 登陆框 */
li#user_login{
	background-color:#6F4C38;
	padding:3px 0 3px 25px;
	width:200px; height:40px;
	overflow:hidden;
}
#user_login .login-name{
	border:0;
	color:#D1AE9B;
	background-color:transparent;
}
#user_login .login-button{
	border:0;
	background-color:transparent;
	color:#410215;
}
#user_login form span{
	width:203px;
	height:20px;
	background:url(../images/login.png) 0 0 no-repeat;
}
li#blog{
	height:20px;
	line-height:20px;
	width:110px;
	background-color:#6F4C38;
	color:#fff;
}

#leftmenu .list-style-white:link,#leftmenu .list-style-white:visited{
	color:white;
	padding:5px 0 5px 10px;
	margin:3px 0;
	background:url(../images/left-menu-list-sty.png) left center no-repeat;
}
#leftmenu .list-style-brown:link,#leftmenu .list-style-brown:visited{
	padding-left:10px;
	margin:3px 0;
	background:url(../images/left-menu-list-sty2.png) left center no-repeat;
	color:#D1AE9B;
}
/* 隐藏条 */
#leftmenu #hideleft{
	cursor:pointer;
	position:absolute;
	left:187px;top:315px;
}

/* 二级菜单 */
#leftmenu ul.second_show{
	font:16px/18px "微软雅黑";
    list-style:none;
	width:150px;
	float:left;
	margin-top:5px;
}
#leftmenu ul.second_show > li{
	display:none;
}
#leftmenu ul.second_show ul li{
	margin:10px 0 10px 25px;
	padding:1px 55px 1px 0;
    color: #9D7D7E;
}
#leftmenu ul.second_show a{
	text-decoration:none;
	display:block;
    padding:2px 0 2px 12px;
	margin:2px 0;
}
#leftmenu ul.second_show a.select_item{
	background:url(../images/another/list-disc.png) left center no-repeat;
    border-top:1px solid #9D7D7E;
	border-bottom:1px solid #9D7D7E;
}