﻿/*- Menu Tabs C--------------------------- */
#tabsC {
      float:left;
      background:#FFF;
      line-height:normal;
}
#tabsC ul {
        margin:0;
        padding:0px 10px 0 10px;
        list-style:none;
}
#tabsC li {
      display:inline;
      margin:0;
      padding:0;
}
#tabsC a 
{
      float:left;
      background:url(../Images/menu/ttbt_1.gif) no-repeat left top;
      margin:0;
      padding:0 10px 0 10px;
      text-decoration:none;
}
#tabsC a:hover span {color: #f90;}

#tabsC a span {
      float:left;
      display:block;
      font-size:9pt;
      padding:5px 10px 2px 10px;
      color:#000000;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsC a span {float:none;}
    /* End IE5-Mac hack */


#tabsC .current a 
{
    background:url(../Images/menu/bbgg.gif) no-repeat center top;
}
#tabsC .current a span
{
    color:White;
}


/* 二级导航菜单 链接样式 */
#twosortmenu a {font-size: 12px;line-height: 20px;color: #3E3E3E;text-decoration: none;}
#twosortmenu a:Hover {font-size: 12px;line-height: 20px; color: #3E3E3E;text-decoration: none;font-size: 12px;line-height: 20px;background-color: #D3EEA8;}

/* 导航菜单 链接样式 */
#daohangmenu a {font-size: 12px;line-height: 18px;color: #436802;text-decoration: none;}
#daohangmenu a:Hover {font-size: 12px;line-height: 18px;color:#436802;text-decoration: underline;}



