1
|
#menubar,
|
2
|
#navigation,
|
3
|
#preview #preview-navigation {
|
4
|
background: url("../images/black-menu.png") repeat center left;
|
5
|
border-bottom-width: 0px;
|
6
|
padding: 4px 4px 4px 8px;
|
7
|
}
|
8
|
|
9
|
#submenubar {
|
10
|
padding: 2px 4px 2px 8px;
|
11
|
}
|
12
|
|
13
|
#navigation ul li,
|
14
|
#preview #preview-navigation ul li {
|
15
|
border-right-color: #333;
|
16
|
}
|
17
|
|
18
|
#navigation ul li a,
|
19
|
#preview #preview-navigation ul li a {
|
20
|
color: #ddd;
|
21
|
font-weight: normal;
|
22
|
font-size: small;
|
23
|
}
|
24
|
|
25
|
#navigation ul li a:hover,
|
26
|
#preview #preview-#navigation ul li a:hover {
|
27
|
color: #fff;
|
28
|
background-color: #444;
|
29
|
text-decoration: none;
|
30
|
}
|
31
|
|
32
|
#navigation ul.main-menu li:hover,
|
33
|
#navigation ul.main-menu li a:hover {
|
34
|
color: #fff;
|
35
|
background-color: #444;
|
36
|
background: #444;
|
37
|
text-decoration: none;
|
38
|
}
|
39
|
|
40
|
#navigation ul li a:hover {
|
41
|
|
42
|
color: #fff;
|
43
|
background: #444;
|
44
|
text-decoration: none;
|
45
|
}
|
46
|
|
47
|
|
48
|
#menubar .sf-menu li a {
|
49
|
background: black url("../images/black-menu.png") repeat center left;
|
50
|
border-right-color: #333;
|
51
|
color: #ddd;
|
52
|
font-weight: normal;
|
53
|
}
|
54
|
|
55
|
#menubar .sf-menu li ul li a {
|
56
|
background: #000;
|
57
|
}
|
58
|
|
59
|
#menubar .sf-menu li.last ul li a,
|
60
|
#menubar .sf-menu li ul li a,
|
61
|
#menubar .sf-menu li ul li.last a {
|
62
|
border-color: #333;
|
63
|
background-color: #000;
|
64
|
}
|
65
|
|
66
|
#menubar .sf-menu li a:hover,
|
67
|
#menubar .sf-menu li.last a:hover {
|
68
|
color: #fff;
|
69
|
text-decoration: none;
|
70
|
background: #444;
|
71
|
}
|
72
|
|
73
|
#menubar .sf-menu ul {
|
74
|
border-color: #333;
|
75
|
}
|
76
|
|
77
|
|
78
|
#menubar ul.nice-menu {
|
79
|
z-index: 99;
|
80
|
|
81
|
background: url("../images/black-menu.png") repeat center left;
|
82
|
}
|
83
|
|
84
|
#menubar .nice-menu a,
|
85
|
#menubar .nice-menu a:active,
|
86
|
#menubar .nice-menu a:visited,
|
87
|
#menubar .nice-menu a:focus {
|
88
|
color: #ddd;
|
89
|
}
|
90
|
|
91
|
#menubar .nice-menu a:hover {
|
92
|
color: #fff;
|
93
|
text-decoration: none;
|
94
|
}
|
95
|
|
96
|
#menubar ul.nice-menu li a {
|
97
|
|
98
|
background: url("../images/black-menu.png") repeat center left;
|
99
|
}
|
100
|
|
101
|
#menubar ul.nice-menu li ul li.menuparent a,
|
102
|
#menubar ul.nice-menu li ul li.menuparent a:hover,
|
103
|
#menubar ul.nice-menu li ul li.menuparent:hover,
|
104
|
#menubar ul.nice-menu li ul li.menuparent {
|
105
|
|
106
|
background-image: url("../images/arrow-right-lite.png");
|
107
|
background-repeat: no-repeat;
|
108
|
background-position: 95%;
|
109
|
}
|
110
|
|
111
|
#menubar ul.nice-menu li ul li.menuparent li a {
|
112
|
background-image: none;
|
113
|
|
114
|
}
|
115
|
|
116
|
#menubar ul.nice-menu li.menuparent li a {
|
117
|
background-image: none;
|
118
|
|
119
|
background-color: #000;
|
120
|
}
|
121
|
|
122
|
#menubar ul.nice-menu li.menuparent li {
|
123
|
background-image: none;
|
124
|
|
125
|
background-color: #000;
|
126
|
}
|
127
|
|
128
|
#menubar ul.nice-menu li ul li.menuparent li a:hover {
|
129
|
background-image: none;
|
130
|
|
131
|
background: #444;
|
132
|
}
|
133
|
|
134
|
#menubar ul.nice-menu li.menuparent {
|
135
|
|
136
|
background: url("../images/black-menu.png") repeat center left;
|
137
|
}
|
138
|
|
139
|
#menubar ul.nice-menu li.menuparent a {
|
140
|
|
141
|
background-image: url("../images/arrow-down-lite.png");
|
142
|
background-repeat: no-repeat;
|
143
|
background-position: 90%;
|
144
|
}
|
145
|
|
146
|
#menubar ul.nice-menu li a {
|
147
|
|
148
|
border-right-color: #333;
|
149
|
}
|
150
|
|
151
|
#menubar ul.nice-menu li.last ul li a,
|
152
|
#menubar ul.nice-menu li ul li a,
|
153
|
#menubar ul.nice-menu li ul li.last a {
|
154
|
|
155
|
border-color: #333;
|
156
|
background: #000;
|
157
|
}
|
158
|
|
159
|
#menubar ul.nice-menu li a:hover,
|
160
|
#menubar ul.nice-menu li.menuparent a:hover {
|
161
|
|
162
|
background: #444;
|
163
|
}
|
164
|
|
165
|
#menubar ul.nice-menu li.menuparent a:hover {
|
166
|
|
167
|
background-image: url("../images/arrow-down-lite.png");
|
168
|
background-repeat: no-repeat;
|
169
|
background-position: 90%;
|
170
|
}
|
171
|
|
172
|
#menubar ul.nice-menu li.menuparent li a:hover {
|
173
|
background-image: none;
|
174
|
}
|
175
|
|
176
|
#menubar ul.nice-menu li ul {
|
177
|
border: solid 1px #333;
|
178
|
}
|