latham
2011-04-08 532ae591db5b5f020abf60609ded0d2d32b76d86
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
@media all
{
    #topNav a {
        background-color: #D3D3D3;
        background-position: center top;
        background-repeat: no-repeat;
        color:black;
        display:inline-block;
        height:20px;
        padding-top:5px;
        text-align:center;
        text-decoration:none;
        width:97px;
    }
 
    .topnav-admin {
        background-image: none !important;
    }
 
    .topnav-client {
        background-image: none !important;
    }
 
    .topnav-mail {
        background-image: none !important;
    }
 
    .topnav-monitor {
        background-image: none !important;
    }
 
    .topnav-sites {
        background-image: none !important;
    }
 
    .topnav-dns {
        background-image: none !important;
    }
 
    .topnav-tools {
        background-image: none !important;
    }
 
    .topnav-help {
        background-image: none !important;
    }
 
    .topnav- {
        background-image: none !important;
    }
 
    .topnav-domain {
        background-image: none !important;
    }
    
    .topnav-dashboard {
        background-image: none !important;
    }
    
}