﻿.ajax_tab_menu .ajax__tab_header /*整体按钮底样式*/
        {
        font-family:宋体;
        height:23px;
        font-size:12px;
        background:url("images/Tab_Option_bg.jpg") repeat-x bottom;
        }

        .ajax_tab_menu .ajax__tab_body /*资料区*/
        {
        font-family:宋体;
        font-size:13px;
        border:1px solid #e3e3e3;
        border-left:0;
        border-right:0;
        height:100px;}

        .ajax_tab_menu .ajax__tab_tab /*预设样式*/
        {
        background:url("../images/taboff.png") ;
        width:72px;
        height:25px;
        line-height:25px;
        text-align:center;
        margin-right:2px;
        color:#666666;
        }
        .ajax_tab_menu .ajax__tab_hover .ajax__tab_tab /*鼠标经过样式*/
        {

        cursor:pointer;

        }

        .ajax_tab_menu .ajax__tab_active .ajax__tab_tab /*当前使用中样式*/
        {
        background:url("../images/tabon.png") ;
        width:72px;
        height:25px;
        line-height:25px;
        text-align:center;
        color:#000000;
        font-weight:bold;
        }
        .news
        {
            color:#333333; 
            text-decoration:none;           
            }
        .news:visited
        {
            color:#333333;
            text-decoration:none;
            }
        .news:hover
        {
            color:Black;
            text-decoration:none;
            }
        .more
        {
            width: 30px;
            height: 25px;
            z-index:10;
            float:right;
            margin-top: 1px;
            cursor: pointer;
            position:relative;
            padding-right:8px;
        }
        
        .current_url
        {
        	color:Red;font-size:13px;font-weight:bold;
        }