

/*左侧菜单*/
#left_menu_box{background:#FDF6BF;}
.menu_name{background:url(../images/menu_bg.gif) 3px no-repeat; }
.menu_list{background:#FDF6BF;}
.menu_list li{background:url(../images/left_icon.gif) no-repeat 0 1px;list-style:none;}
.menu_list li.uhy{background:url(../images/left_icon.gif) no-repeat 0 -19px}

/*左侧菜单开始*/
#left_box{width:170px; height:auto;float:left;}
#left_menu_box{width:168px;position:relative;}
#left_menu_box p{margin:8px 0 3px;text-align:center;font-size:14px;}
.menu_name{width:128px;height:25px;text-align:right;padding:7px 18px 0 25px; margin:0px auto;}
.menu_name img{cursor:pointer;cursor:hand; float:right; margin-right:5px; margin-top:3px;}
h3{ font-size:12px; font-weight:normal;color:#000000;float:left;}

/*菜单列表ul*/
.menu_list{padding:8px 10px 2px!important;padding:10px 10px 5px;}
.menu_list li{height:24px;width:126px;}
.menu_list li a{padding-left:30px;}
.menu_list li a:hover{background-position:0 -19px;}
/*菜单结束*/

