﻿body {
	margin:0px;

	
}

/*****频道样式*****/
ul.TabBarLevel1{
    margin:0;
    padding:0;
    height:26px;    
    padding:0px 0px 0px 0px;
    margin-left:190px;
    
}
ul.TabBarLevel1 li{
    float:left;
    height:22px;
    margin-right:1px;
    background:url(images/gray_l.gif) left top no-repeat;
   
}
ul.TabBarLevel1 li a{
    display:block;
    line-height:22px;
    padding:4px 15px 0px 15px;
    color:#333;
    background:url(images/gray_r.gif) right top no-repeat;
    white-space: nowrap;
    text-decoration:none;
}
/*这里是nav当前栏目选项卡的背景色*/
ul.TabBarLevel1 li.Selected{
    background:url(images/m_l.gif) left top no-repeat;
}
ul.TabBarLevel1 li.Selected a{
    background:url(images/m_r.gif) right top no-repeat;
}
/*这里是nav上非当前栏目的字体颜色,大小*/
ul.TabBarLevel1 li a:link,ul.TabBarLevel1 li a:visited{
    color:#fff;
    font-size:14px;
}
ul.TabBarLevel1 li a:hover,ul.TabBarLevel1 li a:active{
	color:#fff;
    text-decoration:underline;
}
/*这里面是nav上字体的颜色,字体大小*/
ul.TabBarLevel1 li.Selected a:link,ul.TabBarLevel1 li.Selected a:visited{
    color:#E63E24;
    font-size:14px;
    font-weight:bold;
}
ul.TabBarLevel1 li.Selected a:hover,ul.TabBarLevel1 li.Selected a:active{
    color:#E63E24;
    text-decoration:underline;
	font-weight:normal;
	 font-weight:bold;
}
.mar_5{
  margin-top:5px;
}
.mar_10{
  margin-top:10px;
}
.padding_10{
  padding:10px;
}

/*频道下属栏目菜单*/
.submenu{
  background-color:#F9F8F6;
   padding-top:5px;
	 padding-bottom:3px;
   line-height:27px;
   
  height:27px;
  
  width:980px;
}
.submenu ul {
	 margin-left:20px;
}
.submenu ul li {
	float:left;
}
/