• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@charset "utf-8";
2/* CSS Document */
3        li { font: normal 14px verdana, sans-serif; line-height: 14px; }
4        ul { font: normal 14px verdana, sans-serif; line-height: 14px; }
5        a:link, a:visited {color:blue; text-decoration:none;}
6        a:hover {color:blue; text-decoration:none; background-color:FFFF99; }
7
8        #navwrap {
9                width: 320px;
10                margin:0 0 0 4px;
11                padding:0;
12                }
13
14        #containerul, #containerul ul{
15        text-align:left;
16        margin:0 0 0 4px; /* Removes browser default margins applied to the lists. */
17        padding:0; /* Removes browser default padding applied to the lists. */
18        }
19
20        #containerul li{
21        margin:0 0 0 15px; /* A left margin to indent the list items and give the menu a sense of structure. */
22        padding:4px 0 0 2px;
23        list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
24        font: normal 12px verdana, sans-serif;
25        }
26
27        #containerul li.lev1 {
28        margin:0 0 0 0;
29        padding:4px 0 0 2px;
30        list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
31        font: normal 14px verdana, sans-serif;
32        }
33
34        #containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
35        background-repeat:no-repeat;
36        float:left;
37        height:14px;
38        margin-right:5px;
39        margin-top:1px;
40        width:14px;
41        }
42
43#containerul ul.Level2 {
44        margin:0;
45        padding: 0;
46        }
47
48