﻿ #tip_menu {
        width: 150px;
        height: 140px;
        z-index: 1000;
        position: absolute;
        top: 60px;
        right: 1px;
        background-color: #444;
        border-radius: 5px;
        padding: 5px;
        display: none;
    }

    #top_img {
        width: 150px;
        position: absolute;
        top: 50px;
        right: 1px;
        height: 10px;
        background-color: transparent;
        display: none;
        z-index:1001;
    }

    .top_img {
        float: right;
        margin-right: 10px;
    }

    .t1 {
        width: 69px;
        height: 140px;
        text-align: center;
        text-shadow: none;
        color: white;
    }

    .box_f {
        float: left;
    }

    .t2 {
        width: 2px;
        height: 130px;
        /*border: 1px solid white;*/
        background-image: url(/images/line-s.jpg);
    }

    .t1 ul li {
        height: 21px;
        line-height: 21px;
    }
     .t1 ul li a {
      color:white;
    }
        .t1 ul li a:visited {
        color:white;
        }