﻿@charset "utf-8";
/** 全局样式 **/

.chanp {
	width:200px;

	color:#4c4948;
	clear:both;
	text-align:left;
	z-index:9999999;
}
.chanp ul,  .chanp li {
	list-style:none;
	margin:0;
	padding:0;
}
/** 一级菜单 **/

.chanp .menu-first ul {
	position:relative;
}
.chanp .menu-first ul li {
	width:200px;
	display:inline;
}
.chanp .menu-first ul li a {
	background:url(../images/../images/first-bg-01.gif) 0 0 no-repeat;
	text-decoration:none;
	line-height:32px;
	height:32px;
	display:block;
	margin-bottom:4px;
}
.chanp .menu-first ul li a:hover {
	background:url(../images/../images/first-bg-01.gif) 0 -32px no-repeat;
	text-decoration:none;
	line-height:32px;
	height:32px;
	display:block;
	color:#fff;
}
/** 无二级菜单 **/

.chanp .menu-first ul li.menu-none a {
	background:url(../images/../images/../images/first-bg-05.gif) 0 0 no-repeat;
	text-decoration:none;
	line-height:32px;
	height:32px;
	display:block;
	/*margin:2px 0;*/
}
.chanp .menu-first ul li.menu-none a:hover {
	background:url(../images/../images/../images/first-bg-05.gif) 0 -32px no-repeat;
	height:32px;
	text-decoration:none;
}
.chanp .menu-first ul li.menu-none a.current {
	background:url(../images/../images/../images/first-bg-05.gif) 0 -32px no-repeat;
	height:32px;
	color:#fff;
}
/** 二级菜单 **/

.chanp .menu-second {
	width:123px;
	position:absolute;
	left:200px;
	padding:0 0 9px 0;
	height:100%;
	margin:-36px 0 9px 0;
	_margin:-44px 0 9px 0;
	z-index:10000;
	display:none;
}
.chanp .menu-second ul li a {
	background:url(../images/second-bg-01.gif) left top repeat-y;
	text-decoration:none;
	line-height:23px;
	height:23px;
	margin:0;
	color:#fff;
}
.chanp .menu-second ul li a:hover {
	background:url(../images/second-hover-01.gif) left top no-repeat;
	height:23px;
	line-height:23px;
	width:123px;
	color:#5d3334;
}
/** 二级菜单头部、底部 **/

.chanp .menu-second p.top {
	background:url(../images/second-top-01.gif) left bottom no-repeat;
	height:5px;
	margin:0;
}
.chanp .menu-second p.bottom {
	background:url(../images/second-bottom-01.gif) left bottom no-repeat;
	height:9px;
	margin:0;
	font-size:0;
}
/** 一级菜单 字体样式 **/

.chanp a.menu-text1:link,  .chanp a.menu-text1:visited,  .chanp a.menu-text1:active {
	padding-left:40px;
	font-size:12px;
	color:#4c4948;
	text-decoration:none;
}
.chanp a.menu-text1:hover {
	background:url(../images/first-bg-04.gif) 0 -32px no-repeat;
	font-size:12px;
	color:#0066cc;
	text-decoration:underline;
}
/** 二级菜单 字体样式 **/

.chanp a.menu-text2:link,  .chanp a.menu-text2:visited,  .chanp a.menu-text2:active {
	font-size:12px;
	color:#fff;
	text-decoration:none;
	padding:0 0 0 20px;
	margin:0;
}
.chanp a.menu-text2:hover {
	font-size:12px;
	color:#0066cc;
	text-decoration:underline;
}
