﻿@charset "utf-8";
/* CSS Document */

body {
	background:#e9f3e1;/*整个网页的背景颜色*/
}
/*.tit为每个菜单的标题样式  .list 为菜单项目的样式*/
.tit , .tit1, .list{ width:183px; /*菜单的宽度*/
} 

/*======================================标题部分===============================*/
.tit {/*菜单标题的样式*/
	height: 22px;
	border: 1px solid #d4e7c9;/*边框颜色*/
	border-bottom-style: none;/*底部边框没有*/
	/*background:#547DBE url(images/arrow2.gif) center left no-repeat;*//*背景样式依次为：颜色，图片路径，横向重复*/
	background:url(images/bg2.gif) no-repeat;
	color: #D9E1F6;/*前景色*/
	font:bold 12px/22px "lucida Grande", verdana, lucida, Arial, helvetica, "宋体", sans-serif;/*文字样式依次为：粗体 大小/行高 字族*/
	text-indent: 35px;/*文字缩进*/
	margin-top:5px;/*外填充*/
	position: relative;
	background-color: #FFF;
	
}
.tit a ,.tit a:link , .tit a hover{/*菜单标题中的链接的样式，共同的部分*/
	color: #437131;
	display:block;
	text-decoration:none;
	width:183px;
	background-repeat: no-repeat;
	background-position: 166px 6px;
	cursor: pointer;
}
.tit a:hover{
	color: #437131;/*鼠标经过时的颜色*/
}
.tit1 {/*菜单标题的样式*/
	height: 22px;
	border: 1px solid #d4e7c9;/*边框颜色*/
	border-bottom-style: none;/*底部边框没有*/
	/*background:#547DBE url(images/arrow2.gif) center left no-repeat;*//*背景样式依次为：颜色，图片路径，横向重复*/
	background:url(images/bg1.gif) no-repeat;
	color: #D9E1F6;/*前景色*/
	font:bold 12px/22px "lucida Grande", verdana, lucida, Arial, helvetica, "宋体", sans-serif;/*文字样式依次为：粗体 大小/行高 字族*/
	text-indent: 35px;/*文字缩进*/
	margin-top:5px;/*外填充*/
	position: relative;
	background-color: #FFF;
	
}
.tit1 a ,.tit1 a:link , .tit1 a hover{/*菜单标题中的链接的样式，共同的部分*/
	color: #437131;
	display:block;
	text-decoration:none;
	width:183px;
	background-repeat: no-repeat;
	background-position: 166px 6px;
	cursor: pointer;
}
.tit1 a:hover{
	color: #437131;/*鼠标经过时的颜色*/
}
/*====================
	菜单标题中的箭头图片
======================*/
.on{
	background-image: url(images/arrow_up.gif);/*向上的箭头-暗色*/
}
.on:hover{
	background-image: url(images/arrow_up_o.gif);/*向上的箭头-亮色*/
}
.off{
	background-image: url(images/arrow_down.gif);/*向下的箭头-暗色*/
}
.off:hover{
	background-image: url(images/arrow_down_o.gif);/*向下的箭头-亮色*/
}
/*标题图标样式*/
.titpic {
	position: absolute;
	height: 32px;
	width: 32px;
	left: 0px;
	bottom: 0px;
}


/*每一个标题图标，可变的部分*/

/*==========================================菜单体部分======================================*/
/*====================
	菜单列表的样式

======================*/
.list{
	font-size: 12px;
	color: #002280;
	/*background: #fff no-repeat right bottom;*/
	width: 200px;/*宽度*/
	border: 1px solid #d4e7c9;
	text-align:left;
	padding:8px 2px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:185px;
	overflow:hidden;
	height: auto;
}
html>body .list {
width:179px;
}
.list ul{
list-style-type:none;
margin:0;
padding:0;
padding-left:18px;
}
.list li{
margin:0;
padding:0;
padding-left:5px;
}
/*============
菜单链接的样式

==============*/
.list a{
color:#002280;
text-decoration:none;
}
.list a:link{
color:#000;
}
.list a:hover{
color:#ff5a00;
text-decoration:underline;
}
.list a:active{
color:#000;
}
.list a:visited{
color:#000;
}
.mNum {
	height: 18px;
}

/*每一个菜单体的背景图片可变部分*/
