| 2 | | background "static/menu-gray.png" |
| 3 | | background "static/menu-top.png", :height => 50 |
| 4 | | background "static/menu-left.png", :top => 50, :width => 55 |
| 5 | | background "static/menu-right.png", :right => 0, :top => 50, :width => 55 |
| 6 | | image "static/menu-corner1.png", :top => 0, :left => 0 |
| 7 | | image "static/menu-corner2.png", :right => 0, :top => 0 |
| | 2 | background "../static/menu-gray.png" |
| | 3 | background "../static/menu-top.png", :height => 50 |
| | 4 | background "../static/menu-left.png", :top => 50, :width => 55 |
| | 5 | background "../static/menu-right.png", :right => 0, :top => 50, :width => 55 |
| | 6 | image "../static/menu-corner1.png", :top => 0, :left => 0 |
| | 7 | image "../static/menu-corner2.png", :right => 0, :top => 0 |