* body {
    behavior: url(csshover.htc);
}

* #navigation ul li {
    float: left;
    width: 100%;
}

#navigation {
    width: 200px;
    background: #eee;
} 

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation a {
    font: bold 11px/16px arial, helvetica, sans-serif;
    color: #000;
    background: #efefef;
    text-decoration: none;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #888 #555 #bbb;
    margin: 0;
    padding: 3px 3px 3px;
    width: 200px;
}

#navigation a:hover {
    color: #a00;
    background: #fff;
}

#navigation a.selected {
    color: #efefef;
    background: #000;
}

#navigation li {
    position: relative;
} 

#navigation ul ul {
    position: absolute;
    top: 0;
    left: 208px;
    width: 100%;
}

div#navigation ul ul,
div#navigation ul ul ul,
div#navigation ul li:hover ul ul,
div#navigation ul ul li:hover ul ul
{display: none;}

div#navigation ul li:hover ul,
div#navigation ul ul li:hover ul,
div#navigation ul ul ul li:hover ul
{display: block;}