﻿@charset "utf-8";
/* CSS Document */
ul,li,ol{ padding:0; margin:0; list-style:none;}
a{ text-decoration:none;}
a:hover{ text-decoration:none;}
.Left_meun{width:198px;
	float:left;
	border-left:1px #e2e3e3 solid;
	border-right:1px #e2e3e3 solid;
	background:url(../images/channel_list_bg.jpg) no-repeat #FFF;}

.Left_meun ul{ margin:0 auto;  margin-top:5px; width:198px; }
.Left_meun li{ overflow:hidden; clear:both;  background:url(../images/channel_li_bg.gif) no-repeat 10px center; border-bottom:1px #e2e3e3 dashed; }
.Left_meun li a{  display:block; line-height:33px; float:left; color:#4C4C4C; font-size:14px; padding-left:30px; width:176px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.Left_meun li a:hover{background:url(../images/channel_li_bghover.png) no-repeat 10px center; color:#0362b6; }

.Left_meun li.curr{ background:url(../images/channel_li_bghover.png) no-repeat 10px center;}
.Left_meun li.curr a{color:#0362b6;}

.Left_meun ul li ul{ display:none;border:none;}
.Left_meun ul li.hover ul{ display:block}

.Left_meun li.hover{ background:url(../images/channel_li_bg.gif) no-repeat 10px center;  line-height:33px;  overflow:hidden; clear:both; }
.Left_meun li.hover a{ line-height:33px; display:block; color:#0362b6;  background:url(../images/channel_li_bghover.png) no-repeat 10px center;  }

.Left_meun li.hover ul{ text-indent:10px;}
.Left_meun li.hover ul li a{ display:block; color:#0776b8;font-weight:normal; padding-left:10px; width:166px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;  background: url(../images/case_sencond.jpg) no-repeat 30px center #fff; }
.Left_meun li.hover ul li ul li a{ display:block; color:#0776b8;font-weight:normal; padding-left:10px; width:166px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;  background: url(../images/case_sencond.jpg) no-repeat 30px center #fff; }

.Left_meun li.hover ul li a:hover{color:#ff5f00;  background: url(../images/case_sencondhover.jpg) no-repeat 30px center #fff;}

.Left_meun li.hover ul li ul li a {
    padding-left:20px;
}
.Left_meun li ul li{ border:none; }
.Left_meun li ul li a{color:#b8a677; font-size:12px;  font-weight:normal; border:none; border-bottom:1px dashed #e4e4e4; background:#fff;  }

.Left_meun li ul li.hover{margin-right:0px; background:#fff; }
.Left_meun li ul li.hover a{ color:#7FBF2C; background: url(../images/case_sencondhover.jpg) no-repeat 30px center #fff;}
.Left_meun li ul li ul li.hover a{ color:#7FBF2C; background: url(../images/case_sencondhover.jpg) no-repeat 30px center #fff;}


