﻿body { margin:0; padding:0;}
#rightmenu { margin:8px auto 0; padding:0; height:100%; overflow:hidden; position:relative;}
/*.tit为每个菜单的标题样式  .list 为菜单项目的样式*/
.rightmenu_tit , .rightmenu_list{ width:165px; /*菜单的宽度*/
} 
.right_blank { clear:both; display:block;}
/*======================================标题部分===============================*/
.rightmenu_tit {/*菜单标题的样式*/
	height: 27px;
	background:#547DBE url(../images/rightmenu_head_bg.gif) repeat-x;/*背景样式依次为：颜色，图片路径，横向重复*/
	color: #343434;/*前景色*/
	font:normal 12px/27px "lucida Grande", verdana, lucida, Arial, helvetica, "宋体", sans-serif;/*文字样式依次为：粗体 大小/行高 字族*/
	/*font:bold 12px/27px "lucida Grande", verdana, lucida, Arial, helvetica, "宋体", sans-serif;文字样式依次为：粗体 大小/行高 字族*/
	text-indent: 45px;/*文字缩进*/
	margin-top:2px;/*外填充*/
	position: relative;	
}
.rightmenu_tit a ,.rightmenu_tit a:link , .rightmenu_tit a hover{/*菜单标题中的链接的样式，共同的部分*/
	color: #343434;
	display:block;
	text-decoration:none;
	width:165px;
	background-repeat: no-repeat;
	background-position: 148px 8px;
	cursor: pointer;
}
.rightmenu_tit a:hover{
	color: #c00;/*鼠标经过时的颜色*/
}
/*====================
	菜单标题中的箭头图片
======================*/
.on{
	background-image: url(../images/right_arrow_up.gif);/*向上的箭头-暗色*/
}
.on:hover{
	background-image: url(../images/right_arrow_up_o.gif);/*向上的箭头-亮色*/
}
.off{
	background-image: url(../images/right_arrow_down.gif);/*向下的箭头-暗色*/
}
.off:hover{
	background-image: url(../images/right_arrow_down_o.gif);/*向下的箭头-亮色*/
}
/*标题图标样式*/
.titpic {
	position: absolute;
	height: 20px;
	width: 20px;
	overflow:hidden;
	left: 8px;
	top: 3px;
}


/*每一个标题图标，可变的部分*/
#pc1{
	background: url(../images/i_quickLinkMenu_1.gif) no-repeat 2px 3px;
}
#pc2{
	background: url(../images/rightmenu_icon08.gif) no-repeat 2px 4px;
}
#pc3{
	background: url(../images/i_quickLinkMenu_5.gif) no-repeat 2px 3px;
}
#pc4{
	background: url(../images/i_quickLinkMenu_2.gif) no-repeat 2px 3px;
}
#pc5{
	background: url(../images/i_quickLinkMenu_7.gif) no-repeat 2px 3px;
}
#pc6{
	background: url(../images/rightmenu_icon07.gif) no-repeat 2px 3px;
}
#pc7{
	background: url(../images/i_quickLinkMenu_3.gif) no-repeat 2px 3px;
}
#pc8{
	background: url(../images/i_quickLinkMenu_6.gif) no-repeat 2px 3px;
}
#pc9{
	background: url(../images/i_quickLinkMenu_4.gif) no-repeat 2px 3px;
}
#pc10{
	background: url(../images/rightmenu_icon09.gif) no-repeat 2px 3px ;
}
#pc11{
	background: url(../images/rightmenu_icon10.gif) no-repeat 2px 3px ;
}
/*==========================================菜单体部分======================================*/
/*====================
	菜单列表的样式
======================*/
.rightmenu_list{
	font-size: 12px;
	color: #7a7879;
	background: #fff no-repeat right bottom;
	width: 153px;/*宽度*/
	border: solid #cfcfcf;
	border-width:0 1px 1px 1px;
	text-align:left;
	padding:5px;
	overflow:hidden;
}

.rightmenu_list ul{
list-style-type:none;
margin:0;
padding:0;
}
.rightmenu_list li{
margin:0;
line-height:18px;
padding:0;
padding-left:5px;
}
/*============
菜单链接的样式
==============*/
.rightmenu_list a{
color:#7a7879;
text-decoration:none;
}
.rightmenu_list a:link{
color:#7a7879;
}
.rightmenu_list a:hover{
color:#c00;
text-decoration:underline;
}
.rightmenu_list a:active{
color:#296DC1;
}

/*每一个菜单体的背景图片可变部分*/
/*
#menu1_child{
	background-image:url(picture/bgmv.png);
}
#menu2_child{
	background-image:url(picture/bgring.png);
}
#menu3_child{
	background-image:url(picture/bgring.png);

}
#menu4_child{
	background-image:url(picture/bgpic.png);

}
#menu5_child{
	background-image:url(picture/bgmv.png);
}
*/
