﻿.tit , .list{ width:213px; /*菜单的宽度*/
} 
/*======================================标题部分===============================*/
.tit {/*菜单标题的样式*/
	height: 25px;
	border-bottom-style: none;/*底部边框没有*/
	text-indent: 35px;/*文字缩进*/
	position: relative;	
	font-size: 12px;

font-family:"宋体";
}
.tit a ,.tit a:link , .tit a hover{/*菜单标题中的链接的样式，共同的部分*/
	display:block;
	text-decoration:none;
	width:213px;
	background-repeat: no-repeat;
	cursor: pointer;
	color:#000000;
}
/*====================
	菜单标题中的箭头图片
======================*/
.on{
	background-image: url(images/info/buttone_04.jpg);/*向上的箭头-暗色*/
}
.on:hover{
	background-image: url(images/info/buttone_04.jpg);/*向上的箭头-亮色*/
}
.off{
	background-image: url(images/info/buttone_07.jpg);/*向下的箭头-暗色*/
}
.off:hover{
	background-image: url(images/info/buttone_07.jpg);/*向下的箭头-亮色*/
}
/*标题图标样式*/

/*==========================================菜单体部分======================================*/
/*====================
	菜单列表的样式
======================*/
.list{
	width: 213px;/*宽度*/
	text-align:left;
	voice-family:inherit;
	overflow:hidden;
	margin-top:6px;
	margin-bottom:6px;
	display:block;

}
html>body .list {
width:213px;
}
.list ul{
list-style-type:none;
margin:0;
padding:0;
padding-left:20px;
}
.list li{ background-image:images/info/buttone_08.jpg;
font-size: 12px;
font-family: "宋体";
margin:0;
	line-height:25px;
	height:25px;
	vertical-align:middle;
display:block;
voice-family:inherit;
}
/*============
菜单链接的样式
==============*/
.list a{
color:#000000;
text-decoration:none; 
}
.list a:link{
color:#000000;
text-decoration:none;
}
.list a:hover{
color:#000000;
text-decoration:none;
}
.list a:active{
color:#000000;
text-decoration:none;
}

.u{ margin:0;
padding:0;
	width: 213px;/*宽度*/
	height:1px;
	position:absolute;
	background-repeat: no-repeat;
}

/*每一个菜单体的背景图片可变部分*/
