3 background-image: url("../../image/fade.png");background-repeat:repeat-x;
4 font-family: Verdana, Arial, Helvetica, sans-serif;
12 background-image: url("../../image/bg_titel.gif");
19 font-family: Verdana, Arial, sans-serif;
29 behavior:url("csshover.htc");
35 background:url(../../image/bg_css_menu.png) repeat bottom;
37 border-color:#ccc #888 #555 #bbb;
40 #menuv3 a, #menuv3 h2, #menuv3 div.x {
41 font:11px/16px arial,helvetica,sans-serif;
46 border-color:#ccc #888 #555 #bbb;
49 padding:1px 0 1px 3px;
57 #menuv3 a, #menuv3 a:visited, #menuv3 div.x, #menuv3 div.x:visited {
67 #menuv3 div.x, #menuv3 div.x:visited {
68 background:#eee url(../../image/right.gif) no-repeat right;
71 #menuv3 a:hover, #menuv3 div.x:hover {
73 background-color:#ddd;
76 #menuv3 a:active, #menuv3 div.x:active {
78 background-color:#ccc;
95 /* IE6 spacing bug fix, <li>s without a bottom border get spaced to far
96 * correction: the bug will change the height of the parent element! this will also cause the whole menu to grow
97 * so the only method to get this pile of crap going is to add a bottom border to the <li>s, where the enclosing <ul> already has
98 * a bottom border, which just looks ugly
99 * the trick: color the bottom border with the same color as the bottom pixel of the background image - noone notices */
102 border-color:#ccd5e5;
103 border-width:0 0 1px 0;
108 border-width:0 0 1px 0;
111 /* IE6 event bug fix, without a background there hovers will be occassionally lost between the li's to the layer below
112 * causing the menu to close. Opera 9 has the same bug btw. */
127 /* Begin non-anchor hover selectors */
129 /* Enter the more specific element (div) selector
130 on non-anchor hovers for IE5.x to comply with the
131 older version of csshover.htc - V1.21.041022. It
132 improves IE's performance speed to use the older
133 file and this method */
135 div#menuv3 h2:hover {
140 div#menuv3 li:hover {
145 div#menuv3 li:hover ul ul,
146 div#menuv3 li li:hover ul ul,
147 div#menuv3 li li li:hover ul ul,
148 div#menuv3 li li li li:hover ul ul
151 div#menuv3 li:hover ul,
152 div#menuv3 li li:hover ul,
153 div#menuv3 li li li:hover ul,
154 div#menuv3 li li li li:hover ul
157 /* End of non-anchor hover selectors */
162 background:url(../../image/bg_css_menu.png) repeat bottom;
164 border-color:#ccc #888 #555 #bbb;
167 #menuv4 a, #menuv4 h2, #menuv4 div.x {
168 font:11px/16px arial,helvetica,sans-serif;
173 border-color:#ccc #888 #555 #bbb;
176 padding:1px 0 1px 3px;
190 #menuv4 a, #menuv4 a:visited, #menuv4 div.x, #menuv4 div.x:visited {
192 text-decoration:none;
199 #menuv4 div.x, #menuv4 div.x:visited {
200 background:#eee url(../../image/right.gif) no-repeat right;
203 #menuv4 a:hover, #menuv4 div.x:hover {
205 background-color:#ddd;
208 #menuv4 a:active, #menuv4 div.x:active {
210 background-color:#ccc;
231 /* IE6 spacing bug fix, <li>s without a bottom border get spaced to far
232 * correction: the bug will change the height of the parent element! this will also cause the whole menu to grow
233 * so the only method to get this pile of crap going is to add a bottom border to the <li>s, where the enclosing <ul> already has
234 * a bottom border, which just looks ugly
235 * the trick: color the bottom border with the same color as the bottom pixel of the background image - noone notices */
238 border-color:#ccd5e5;
239 border-width:0 0 1px 0;
244 border-width:0 0 1px 0;
247 /* IE6 event bug fix, without a background there hovers will be occassionally lost between the li's to the layer below
248 * causing the menu to close. Opera 9 has the same bug btw. */
261 /* Begin non-anchor hover selectors */
263 /* Enter the more specific element (div) selector
264 on non-anchor hovers for IE5.x to comply with the
265 older version of csshover.htc - V1.21.041022. It
266 improves IE's performance speed to use the older
267 file and this method */
269 div#menuv4 h2:hover {
274 div#menuv4 li:hover {
279 div#menuv4 li:hover ul ul,
280 div#menuv4 li li:hover ul ul,
281 div#menuv4 li li li:hover ul ul,
282 div#menuv4 li li li li:hover ul ul
285 div#menuv4 li:hover ul,
286 div#menuv4 li li:hover ul,
287 div#menuv4 li li li:hover ul,
288 div#menuv4 li li li li:hover ul
289 {display:block; left:10px;}
291 /* End of non-anchor hover selectors */
294 #html-menu { float:left; white-space: nowrap; }
295 #html-menu tr { vertical-align: top; }
296 #html-menu div.menuitem { padding: 2px 4px 1px 4px; }
297 #html-menu div.submenu { font-weight: bold }
298 #html-menu img { vertical-align: middle; visibility:hidden; border: 0; }
299 #html-menu div.menuitem:first-child img { visibility:visible }
300 #html-menu a { vertical-align: top }
301 #html-menu .item span.menu-spacer { display: inline-block; width: 24px }
302 #html-menu .menu span.menu-spacer { display: inline-block; width: 32px }