﻿/*.tit为每个菜单的标题样式  .list 为菜单项目的样式*/
#menu { padding-top:0;
	margin:0;
}
.tit , .list{ width:239px; /*菜单的宽度*/
} 

/*======================================标题部分===============================*/
.tit {/*菜单标题的样式*/
	height: 22px;
	border-bottom-style: none;/*底部边框没有*/
	background:url(../images/english_18.gif) no-repeat bottom;/*背景样式依次为：颜色，图片路径，横向重复*/
	color: #FF0000;/*前景色*/
	font:bold 12px/22px "lucida Grande", verdana, lucida, Arial, helvetica, "宋体", sans-serif;/*文字样式依次为：粗体 大小/行高 字族*/
	text-indent:30px;/*文字缩进*/
	margin-top:3px;/*外填充*/
	position: relative;
}
.tit a ,.tit a:link , .tit a hover{/*菜单标题中的链接的样式，共同的部分*/
	color: #FF0000;
	display:block;
	text-decoration:none;
	width:239px;
	background-image:url(../images/english_14.gif) no-repeat 25px 7px;

	background-position: 15px 6px;
	cursor: pointer;
}
.tit a:hover{
	color: #f00;/*鼠标经过时的颜色*/
	background:url(../images/english_14.gif) no-repeat 15px 6px;
}
/*====================
	菜单标题中的箭头图片
======================*/
.on{
	background:url(../images/english_14.gif) no-repeat 15px 6px;/*向上的箭头-暗色*/
}
.on:hover{
	background:url(../images/english_14.gif) no-repeat 15px 6px;;/*向上的箭头-亮色*/
}
.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;
}


/*每一个标题图标，可变的部分*/
#pc1{
	background: url(images/pepo.png) no-repeat;
}
#pc2{
	background: url(images/st.png) no-repeat;
}
#pc3{
	background: url(images/ring.png) no-repeat;
}
#pc4{
	background: url(images/pic.png) no-repeat;
}
#pc5{
	background: url(images/mv.png) no-repeat;
}
#pc6{
	background: url(images/up.png) no-repeat;
}
#pc7{
	background: url(images/help.png) no-repeat;
}
/*==========================================菜单体部分======================================*/
/*====================
	菜单列表的样式
======================*/
.list{
	font-size: 12px;
	color: #002280;
	background: #fff no-repeat right bottom;
	width: 239px;/*宽度*/
	text-align:left;
	padding:10px 10px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:219px;
	overflow:hidden;
}
html>body .list {
width:219px;
}
.list ul{
list-style-type:none;
margin:0;
padding:0;
padding-left:10px;
}
.list li{
margin:0;
padding:0;
padding-left:18px;
line-height:21px;
background:url(../images/produ_03.gif) no-repeat 5px 7px;
}
/*============
菜单链接的样式
==============*/
.list a{
color:#002280;
text-decoration:none;
background:
}
.list a:link{
color:#002280;
}
.list a:hover{
color:#296DC1;
text-decoration:underline;
}
.list a:active{
color:#296DC1;
}

/*每一个菜单体的背景图片可变部分*/
#menu1_child{
	background:url(../images/english_14.gif) no-repeat left 15px 6px;
}
/*#menu2_child{
	background-image:url(images/bgring.png);
}
*/#menu3_child{
	background-image:url(images/bgring.png);

}
#menu4_child{
	background-image:url(images/bgpic.png);

}
#menu5_child{
	background-image:url(images/bgmv.png);
}
