#channelmenu{
   margin:0;
   white-space:nowrap;
   overflow:hidden;
   height:44px;
   padding:0px;
   background:#046291;
}


#channelmenu a.channelmenu_main:link,#channelmenu a.channelmenu_main:active,#channelmenu a.channelmenu_main:visited{
   display:block;
   float:left;
   color: #fff; 
   width:103px;
   height:44px;
   text-decoration: none;
   text-align:center;
   font:14px/40px 'Microsoft YaHei',Arial,Sans-Serif;
   margin:0px;
   padding:5PX 10PX:
}

#channelmenu a.channelmenu_main_current{
   display:block;
   float:left;
   color: #FFF; 
   width:103px;
   height:44px;
   text-decoration: none;
   text-align:center;
   font:14px/40px 'Microsoft YaHei',Arial,Sans-Serif;
   margin:0px;
} 

#channelmenu a.channelmenu_main:hover {
   display:block;
   float:left;
   color: #000; 
   width:103px;
   height:44px;
   text-decoration: none;
   text-align:center;
   font:14px/40px 'Microsoft YaHei',Arial,Sans-Serif;
   margin:0px;
   background:#b9d3e0;
} 

#channelmenu .menuleft{
   float:left;
   height:33px;
   width:14px;

}

#channelmenu_sub{
margin:0px 0px 0px -25px;
padding:0;
position:absolute;
top:38px;
left:0px;
height:33px;

}

#channelmenu_sub ul{
display:none;
margin:0px 20px;
}

#channelmenu_sub li {
margin:0;
list-style-type: none;
line-height:25px;
height:33px;
float:left;
color:#3e3e3e;
white-space: nowrap;
font:14px/33px 'Microsoft YaHei',Arial,Sans-Serif;
}

#channelmenu_sub a:link,#channelmenu_sub a:visited,#channelmenu_sub a:active{
margin:0 6px;
color:#3e3e3e;
font:14px/33px 'Microsoft YaHei',Arial,Sans-Serif;
text-decoration: none;
}

#channelmenu_sub a:hover{
margin:0 6px;
color:#787878;
font:14px/33px  'Microsoft YaHei',Arial,Sans-Serif;
}

