﻿@charset "utf-8";
/* CSS Document */

ul,li{padding:0px;margin:0px;}


		/* 本例子css */
		.sideMenu{ width: 204px; }
		.sideMenu h3{ height:31px; line-height:31px; padding-left:10px; border-top:1px solid #e3e3e3; cursor:pointer; background-image: url(mr_bg.jpg); font-family: "Microsoft YaHei"; font-size: 13px!important; font-style: normal; font-weight: bold; font-variant: normal; color: #5A779E; text-align: center; }

.sideMenu h3 {padding:0px;margin:0px;}



		.sideMenu h3 a{color: #5A779E;}
		.sideMenu h3.on{ background-image: url(mr_he.jpg); color: #fff; }
                     .sideMenu h3:hover{background-image: url(mr_he.jpg); color: #fff; }
.sideMenu h3:hover a{color: #fff;}
		.sideMenu h3.on a{ color: #fff; }
		.sideMenu ul{ display:none; /* 默认都隐藏 */ }
.sideMenu ul li{ background-image: url(ej_mr.jpg); height:31px; line-height:31px; background-repeat: no-repeat; background-position: left center; text-align: center; font-size: 13px!important;}
.sideMenu ul li a{ color: #5A779E; font-weight: bold; }
.sideMenu ul li.on{ background-image: url(ej_he.jpg); background-repeat: no-repeat; }
.sideMenu ul li.on a{color: #fff; font-weight: bold;}
.sideMenu ul li:hover{background-image: url(ej_he.jpg); background-repeat: no-repeat;  }
.sideMenu ul li:hover a{color: #fff;}

#sub_01 li a{font-weight: normal;}

