﻿body
{
}
#videonav
{
    height :26px;
     
       font-family :黑体;
       font-size :16px;
        line-height :26px;
        overflow :hidden ;
 background-image:url(../images/videonavbg.gif);
 background-repeat :repeat-x ;
    }
     
.pic
{
    width: 140px;
    height: 100px;
    background-image :url(../images/v-head.gif);
    background-repeat :no-repeat ;
    padding-top :9px;
     background-position :right  top  ;
    overflow: hidden;
}
.pic img
{
    height: 100px;
    border :0px;
}
.vtitle
{
     width :180px;
     height :60px;
     overflow :hidden ;
    }

.videotab
{
    float :left ;
    height :26px;
    width :124px;
   /* background :url(../images/videobg.gif) -100px 0px;
     background-repeat :no-repeat ;*/
      text-align :center ;
      
    }
    .current
    {
         background-image:url(../images/videocurrent.gif);
 background-repeat :repeat-x ;
        }
    #videonav image
    {
        float :left ;
        
        }
    /*链接样式－白色*/
a:link
{
    text-decoration: none;
    color: #fff;
}
a:visited
{
    text-decoration: none;
    color: #fff;
}
a:hover
{
    text-decoration: none;
    color: red;
}
a:active
{
    text-decoration: none;
    color: #fff;
}
