2 behavior:url("css/csshover.htc");
\r
10 #menu a, #menu h2, #menu div.x {
\r
11 font:11px/16px arial,helvetica,sans-serif;
\r
15 border-color:#ccc #888 #555 #bbb;
\r
18 padding:1px 0 1px 3px;
\r
23 background:#000 url(../image/bg_css_menu.png) repeat 100% 100%;
\r
28 text-decoration:none;
\r
31 #menu a, #menu a:visited{
\r
69 /* Begin non-anchor hover selectors */
\r
71 /* Enter the more specific element (div) selector
\r
72 on non-anchor hovers for IE5.x to comply with the
\r
73 older version of csshover.htc - V1.21.041022. It
\r
74 improves IE's performance speed to use the older
\r
75 file and this method */
\r
78 background:#A3C5FF url(../image/expand3.gif) no-repeat -999px -9999px;
\r
87 div#menu li:hover ul ul,
\r
88 div#menu li li:hover ul ul,
\r
89 div#menu li li li:hover ul ul,
\r
90 div#menu li li li li:hover ul ul
\r
93 div#menu li:hover ul,
\r
94 div#menu li li:hover ul,
\r
95 div#menu li li li:hover ul,
\r
96 div#menu li li li li:hover ul
\r
99 /* End of non-anchor hover selectors */
\r
101 /* Styling for Expand */
\r
103 #menu a.x, #menu a.x:visited{
\r
104 /*font-weight:bold;*/
\r
106 background:#eee url(../image/expand3.gif) no-repeat 100% 100%;
\r
119 #menu div.x, #menu div.x:visited{
\r
120 /*font-weight:bold;*/
\r
122 background:#eee url(../image/expand3.gif) no-repeat 100% 100%;
\r
130 #menu div.x:active{
\r