Projet

Général

Profil

Paste
Télécharger (17,2 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / Superfish-for-Drupal-1.x / style / simple / simple-centre-aligned.css @ 5a7e6170

1
.block-superfish {
2
  overflow: visible;
3
  width: 100%;
4
}
5
.sf-menu.sf-style-simple-centre-aligned {
6
  float: left;
7
  margin: 0;
8
  padding: 0;
9
}
10
.sf-menu.sf-style-simple-centre-aligned a > .sf-sub-indicator {
11
  top: 1.5em;
12
  background-image: url('images/simple-arrows.png');
13
}
14
.sf-menu.sf-style-simple-centre-aligned.rtl a > .sf-sub-indicator {
15
  background-image: url('images/simple-arrows-rtl.png');
16
}
17
.sf-menu.sf-style-simple-centre-aligned.sf-vertical a > .sf-sub-indicator {
18
  top: 1.1em;
19
}
20
.sf-menu.sf-style-simple-centre-aligned li li .sf-sub-indicator,
21
.sf-menu.sf-style-simple-centre-aligned li li a > .sf-sub-indicator {
22
  top: 1em;
23
}
24
.sf-menu.sf-style-simple-centre-aligned ul {
25
  padding-left: 0;
26
}
27
.sf-menu.sf-style-simple-centre-aligned.rtl ul {
28
  padding-left: auto;
29
  padding-right: 0;
30
}
31
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.sf-shadow ul,
32
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.sf-shadow ul,
33
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.sf-shadow ul ul {
34
  padding: 0 8px 7px 0 !important;
35
  -webkit-border-top-right-radius: 15px;
36
  -webkit-border-bottom-left-radius: 15px;
37
  -moz-border-radius-topright: 15px;
38
  -moz-border-radius-bottomleft: 15px;
39
  border-top-right-radius: 15px;
40
  border-bottom-left-radius: 15px;
41
}
42
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.sf-shadow.rtl ul,
43
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.sf-shadow.rtl ul,
44
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.sf-shadow.rtl ul ul {
45
  padding: 0 0 7px 8px !important;
46
  -webkit-border-top-left-radius: 15px;
47
  -webkit-border-top-right-radius: 0;
48
  -webkit-border-bottom-right-radius: 15px;
49
  -webkit-border-bottom-left-radius: 0;
50
  -moz-border-radius-topleft: 15px;
51
  -moz-border-radius-topright: 0;
52
  -moz-border-radius-bottomright: 15px;
53
  -moz-border-radius-bottomleft: 0;
54
  border-top-left-radius: 15px;
55
  border-top-right-radius: 0;
56
  border-bottom-right-radius: 15px;
57
  border-bottom-left-radius: 0;
58
}
59
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li:hover > ul,
60
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li.sfHover > ul {
61
  top: 48px;
62
}
63
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:hover > ul,
64
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li.sfHover > ul {
65
  left: -1px;
66
}
67
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li:hover > ul,
68
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li.sfHover > ul {
69
  left: auto;
70
  right: -1px;
71
}
72
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li:hover > ul,
73
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li.sfHover > ul,
74
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li:hover > ul,
75
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li.sfHover > ul,
76
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li:hover > ul,
77
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li.sfHover > ul,
78
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li.active-trail ul {
79
  top: -1px;
80
}
81
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li.first:hover > ul,
82
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li.first.sfHover > ul {
83
  left: 10px;
84
}
85
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li.first:hover > ul,
86
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li.first.sfHover > ul {
87
  left: auto;
88
  right: 10px
89
}
90
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li li.first:hover > ul,
91
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li li.first.sfHover > ul,
92
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li.first:hover > ul,
93
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li.first.sfHover > ul,
94
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li li.first:hover > ul,
95
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li li.first.sfHover > ul {
96
  top: 10px;
97
}
98
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li:hover > ul,
99
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.sfHover > ul,
100
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.active-trail > ul {
101
  top: 44px;
102
}
103
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li:hover > ul,
104
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li.sfHover > ul {
105
  top: 38px;
106
}
107
.sf-menu.sf-style-simple-centre-aligned a,
108
.sf-menu.sf-style-simple-centre-aligned a:visited  {
109
  color: #555555;
110
  font: normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-serif;
111
  padding: 1.4em 1.5em;
112
  text-decoration: none;
113
  text-shadow: 1px 1px 0 #ffffff;
114
}
115
.sf-menu.sf-style-simple-centre-aligned a:focus,
116
.sf-menu.sf-style-simple-centre-aligned a:hover,
117
.sf-menu.sf-style-simple-centre-aligned a:active,
118
.sf-menu.sf-style-simple-centre-aligned li:hover > a,
119
.sf-menu.sf-style-simple-centre-aligned li.sfHover > a {
120
  color: #222222;
121
}
122
.sf-menu.sf-style-simple-centre-aligned li li a,
123
.sf-menu.sf-style-simple-centre-aligned.sf-vertical a {
124
  padding: 1em 1.5em;
125
}
126
.sf-menu.sf-style-simple-centre-aligned a.sf-with-ul {
127
  padding-right: 3em;
128
}
129
.sf-menu.sf-style-simple-centre-aligned.rtl a.sf-with-ul {
130
  padding-left: 3em;
131
  padding-right: 1.5em;
132
}
133
.sf-menu.sf-style-simple-centre-aligned span.sf-description {
134
  color: #666666;
135
  display: block;
136
  font-size: 0.8em;
137
  line-height: 1.5em;
138
  margin: 5px 0 0 5px;
139
  padding: 0;
140
}
141
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li,
142
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li {
143
  border: 1px solid #e0e0e0;
144
  border-left-color: #ffffff;
145
}
146
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li.first,
147
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.first {
148
  border-left-color: #e0e0e0;
149
}
150
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li.first,
151
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li.first {
152
  border-left-color: #ffffff;
153
}
154
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li.last,
155
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li.last {
156
  border-left-color: #e0e0e0;
157
}
158
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li {
159
  border: 0 none;
160
  border-bottom: 1px solid #e0e0e0;
161
}
162
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li.first,
163
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li > ul > li.last {
164
  border-left: 1px solid #e0e0e0;
165
}
166
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li.last,
167
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li > ul > li.first {
168
  border-right: 1px solid #e0e0e0;
169
}
170
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li,
171
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li,
172
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li {
173
  border: 1px solid #e0e0e0;
174
  border-top-color: #ffffff;
175
}
176
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li.first,
177
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li li.first,
178
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li li.first,
179
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper {
180
  border-top-color: #e0e0e0;
181
}
182
.sf-menu.sf-style-simple-centre-aligned li {
183
  background: url('images/simple-background.png') repeat-x top left #eeeeee;
184
}
185
.sf-menu.sf-style-simple-centre-aligned li:hover,
186
.sf-menu.sf-style-simple-centre-aligned li.sfHover {
187
  background: url('images/simple-background-active.png') repeat-x top left #fefefe;
188
}
189
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li.first {
190
  -webkit-border-top-left-radius: 8px;
191
  -webkit-border-bottom-left-radius: 8px;
192
  -moz-border-radius-topleft: 8px;
193
  -moz-border-radius-bottomleft: 8px;
194
  border-top-left-radius: 8px;
195
  border-bottom-left-radius: 8px;
196
}
197
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li.last,
198
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li.sf-total-children-1 > ul > li.first,
199
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li li.sf-total-children-1 > ul > li.first,
200
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li.sf-total-children-1 > ul > li.first {
201
  -webkit-border-top-right-radius: 8px;
202
  -webkit-border-bottom-right-radius: 8px;
203
  -moz-border-radius-topright: 8px;
204
  -moz-border-radius-bottomright: 8px;
205
  border-top-right-radius: 8px;
206
  border-bottom-right-radius: 8px;
207
}
208
.sf-menu.sf-style-simple-centre-aligned.sf-vertical > li.first {
209
  -webkit-border-top-left-radius: 8px;
210
  -webkit-border-top-right-radius: 8px;
211
  -moz-border-radius-topleft: 8px;
212
  -moz-border-radius-topright: 8px;
213
  border-top-left-radius: 8px;
214
  border-top-right-radius: 8px;
215
}
216
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li.last,
217
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li.last,
218
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li.last,
219
.sf-menu.sf-style-simple-centre-aligned li.sf-total-children-1 > ul > li.first {
220
  -webkit-border-bottom-right-radius: 8px;
221
  -webkit-border-bottom-left-radius: 8px;
222
  -moz-border-radius-bottomright: 8px;
223
  -moz-border-radius-bottomleft: 8px;
224
  border-bottom-right-radius: 8px;
225
  border-bottom-left-radius: 8px;
226
}
227
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.sf-total-items-1 > li.first,
228
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.sf-total-items-1 > li.first {
229
  -webkit-border-radius: 8px;
230
  -moz-border-radius: 8px;
231
  border-radius: 8px;
232
}
233
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.first {
234
  -webkit-border-top-left-radius: 8px;
235
  -moz-border-radius-topleft: 8px;
236
  border-top-left-radius: 8px;
237
}
238
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li > ul > li.first {
239
  -webkit-border-bottom-left-radius: 8px;
240
  -moz-border-radius-bottomleft: 8px;
241
  border-bottom-left-radius: 8px;
242
}
243
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li > ul > li.last {
244
  -webkit-border-bottom-right-radius: 8px;
245
  -moz-border-radius-bottomright: 8px;
246
  border-bottom-right-radius: 8px;
247
}
248
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.last,
249
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li li.first,
250
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li li.first,
251
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li li.first {
252
  -webkit-border-top-right-radius: 8px;
253
  -moz-border-radius-topright: 8px;
254
  border-top-right-radius: 8px;
255
}
256
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li.first {
257
  -webkit-border-radius: 0;
258
  -webkit-border-top-right-radius: 8px;
259
  -moz-border-radius: 0;
260
  -moz-border-radius-topright: 8px;
261
  border-radius: 0;
262
  border-top-right-radius: 8px;
263
}
264
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li.last,
265
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl li li.sf-total-children-1 > ul > li.first,
266
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl li li.sf-total-children-1 > ul > li.first,
267
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li li li.sf-total-children-1 > ul > li.first {
268
  -webkit-border-radius: 8px;
269
  -webkit-border-top-right-radius: 0;
270
  -webkit-border-bottom-right-radius: 0;
271
  -moz-border-radius: 8px;
272
  -moz-border-radius-topright: 0;
273
  -moz-border-radius-bottomright: 0;
274
  border-radius: 8px;
275
  border-top-right-radius: 0;
276
  border-bottom-right-radius: 0;
277
}
278
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li.first {
279
  -webkit-border-radius: 0;
280
  -webkit-border-top-right-radius: 8px;
281
  -webkit-border-bottom-right-radius: 8px;
282
  -moz-border-radius: 0;
283
  -moz-border-radius-topright: 8px;
284
  -moz-border-radius-bottomright: 8px;
285
  border-radius: 0;
286
  border-top-right-radius: 8px;
287
  border-bottom-right-radius: 8px;
288
}
289
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li > ul > li.first {
290
  -webkit-border-radius: 0;
291
  -webkit-border-bottom-right-radius: 8px;
292
  -moz-border-radius: 0;
293
  -moz-border-radius-bottomright: 8px;
294
  border-radius: 0;
295
  border-bottom-right-radius: 8px;
296
}
297
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li.last,
298
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li li li li.first,
299
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl li li.first,
300
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl li li li.first {
301
  -webkit-border-radius: 0;
302
  -webkit-border-top-left-radius: 8px;
303
  -moz-border-radius: 0;
304
  -moz-border-radius-topleft: 8px;
305
  border-radius: 0;
306
  border-top-left-radius: 8px;
307
}
308
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li > ul > li.last {
309
  -webkit-border-radius: 0;
310
  -webkit-border-bottom-left-radius: 8px;
311
  -moz-border-radius: 0;
312
  -moz-border-radius-bottomleft: 8px;
313
  border-radius: 0;
314
  border-bottom-left-radius: 8px;
315
}
316
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl li.last,
317
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl li li.last,
318
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li li li.last,
319
.sf-menu.sf-style-simple-centre-aligned.rtl li.sf-total-children-1 > ul > li.first {
320
  -webkit-border-bottom-right-radius: 8px;
321
  -webkit-border-bottom-left-radius: 8px;
322
  -moz-border-radius-bottomright: 8px;
323
  -moz-border-radius-bottomleft: 8px;
324
  border-bottom-right-radius: 8px;
325
  border-bottom-left-radius: 8px;
326
}
327
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal,
328
.sf-menu.sf-style-simple-centre-aligned.sf-vertical,
329
.sf-menu.sf-style-simple-centre-aligned.sf-navbar {
330
  text-align: center;
331
  width: 100%;
332
}
333
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal ul,
334
.sf-menu.sf-style-simple-centre-aligned.sf-vertical ul,
335
.sf-menu.sf-style-simple-centre-aligned.sf-navbar ul ul {
336
  text-align: left;
337
}
338
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl ul,
339
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl ul,
340
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl ul ul {
341
  text-align: right;
342
}
343
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal a,
344
.sf-menu.sf-style-simple-centre-aligned.sf-navbar a  {
345
  display: inline;
346
}
347
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li a,
348
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li a {
349
  display: block;
350
}
351
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li,
352
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li,
353
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li > ul > li  {
354
  display: inline;
355
  float: none;
356
  padding: 1em 0 !important;
357
}
358
.sf-menu.sf-style-simple-centre-aligned.sf-vertical > li {
359
  display: block;
360
  float: none;
361
  margin: 0 auto;
362
  text-align: left;
363
}
364
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li ol li {
365
  background: none;
366
  border: 0 none;
367
}
368
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper {
369
  -webkit-border-radius: 8px;
370
  -webkit-border-top-left-radius: 0;
371
  -moz-border-radius: 8px;
372
  -moz-border-radius-topleft: 0;
373
  border-radius: 8px;
374
  border-top-left-radius: 0;
375
}
376
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu  li.sf-megamenu-wrapper,
377
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu  li.sf-megamenu-wrapper:hover,
378
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu  li.sf-megamenu-wrapper.sfHover {
379
  background: url('images/simple-background.png') repeat-x top left #eeeeee;
380
}
381
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper ol,
382
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper ol li {
383
  margin: 0;
384
  padding: 0;
385
}
386
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a {
387
  font-weight: bold;
388
  padding: 1em;
389
}
390
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column:hover > a {
391
  color: #555555;
392
}
393
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a:focus,
394
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a:hover,
395
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a:active {
396
  color: #222222;
397
}
398
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li {
399
  background: url('images/simple-list.png') no-repeat left center;
400
  margin: 0 0 0 1em;
401
  padding: 0 0 0 1em;
402
}
403
.sf-menu.sf-style-simple-centre-aligned.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li {
404
  background-position: right center;
405
  margin: 0 1em 0 0;
406
  padding: 0 1em 0 0;
407
}
408
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li a {
409
  font-size: 0.8em;
410
  padding: 0.5em 0;
411
}
412
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
413
  display: inline;
414
  float: left;
415
  width: 12em;
416
}
417
.sf-menu.sf-style-simple-centre-aligned.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
418
  float: right;
419
}
420
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-1 ul.sf-megamenu {
421
  width: 12em;
422
}
423
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-2 ul.sf-megamenu {
424
  width: 24em;
425
}
426
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-3 ul.sf-megamenu {
427
  width: 36em;
428
}
429
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-4 ul.sf-megamenu {
430
  width: 48em;
431
}
432
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-5 ul.sf-megamenu {
433
  width: 60em;
434
}
435
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-6 ul.sf-megamenu {
436
  width: 72em;
437
}
438
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-7 ul.sf-megamenu {
439
  width: 84em;
440
}
441
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-8 ul.sf-megamenu {
442
  width: 96em;
443
}
444
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-9 ul.sf-megamenu {
445
  width: 108em;
446
}
447
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-10 ul.sf-megamenu {
448
  width: 120em;
449
}