2 behavior:url("css/csshover.htc");
\r
8 background:url(../image/bg_css_menu.png) repeat bottom;
\r
10 border-color:#ccc #888 #555 #bbb;
\r
13 #menu a, #menu h2, #menu div.x {
\r
14 font:11px/16px arial,helvetica,sans-serif;
\r
19 border-color:#ccc #888 #555 #bbb;
\r
22 padding:1px 0 1px 3px;
\r
30 #menu a, #menu a:visited, #menu div.x, #menu div.x:visited {
\r
32 text-decoration:none;
\r
40 #menu div.x, #menu div.x:visited {
\r
41 background:#eee url(../image/right.gif) no-repeat right;
\r
44 #menu a:hover, #menu div.x:hover {
\r
46 background-color:#ddd;
\r
49 #menu a:active, #menu div.x:active {
\r
51 background-color:#ccc;
\r
68 /* IE6 spacing bug fix, <li>s without a bottom border get spaced to far
\r
69 * correction: the bug will change the height of the parent element! this will also cause the whole menu to grow
\r
70 * 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
\r
71 * a bottom border, which just looks ugly
\r
72 * the trick: color the bottom border with the same color as the bottom pixel of the background image - noone notices */
\r
75 border-color:#ccd5e5;
\r
76 border-width:0 0 1px 0;
\r
81 border-width:0 0 1px 0;
\r
84 /* IE6 event bug fix, without a background there hovers will be occassionally lost between the li's to the layer below
\r
85 * causing the menu to close. Opera 9 has the same bug btw. */
\r
100 /* Begin non-anchor hover selectors */
\r
102 /* Enter the more specific element (div) selector
\r
103 on non-anchor hovers for IE5.x to comply with the
\r
104 older version of csshover.htc - V1.21.041022. It
\r
105 improves IE's performance speed to use the older
\r
106 file and this method */
\r
108 div#menu h2:hover {
\r
109 background:#A3C5FF;
\r
113 div#menu li:hover {
\r
118 div#menu li:hover ul ul,
\r
119 div#menu li li:hover ul ul,
\r
120 div#menu li li li:hover ul ul,
\r
121 div#menu li li li li:hover ul ul
\r
124 div#menu li:hover ul,
\r
125 div#menu li li:hover ul,
\r
126 div#menu li li li:hover ul,
\r
127 div#menu li li li li:hover ul
\r
130 /* End of non-anchor hover selectors */
\r