﻿  .pagedaohang
        {
            float: left;
            width: 167px;
            background-color: rgba(160,0,0,0.95);
            filter: alpha(opacity=95);  
            background-color: rgb(160, 0, 0);  
            
            display: none;
            position: absolute;
           z-index:999
        }
        .titledaohang
        {
            float: left;
            width: 288px; 
            
            background-color: rgba(160,0,0,0.95); 
            filter: alpha(opacity=95);  
            background-color: rgb(160, 0, 0);  
            
            display: none;
            position: absolute;
            z-index:999
        }
        .daohanglist
        {
            float: left;
            line-height: 25px;
            width: 98%;
            font-size: 10pt;
            text-align: left;
            padding-left: 10px;
            color:White;
            
            white-space: nowrap;              
            overflow: hidden;                                                 
            -o-text-overflow: ellipsis;         
            text-overflow: ellipsis; 
        }
        .daohanglist a
        {
            color: White;
        }
        .daohanglist a:visited
        {
        	color: White;
        }
        .daohanglist a:hover
        {
        	color: Yellow;
        }