.menu {
    width:150px;
    top:110px;
    left:0%;
    position:absolute;
    background:#911;
    z-index:500;
     font-size: 0.8em;
}
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
   
}
.menu li {
    background:  url('images/menu.gif') repeat-y left;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #811;
}
.menu a, .menu h2 {
    font: .9em verdana, arial, helvetica, sans-serif;
    display: block;
    line-height:30px;
}
.menu h2 {
    color: #fff;
    cursor:wait;
}
.menu a {
    color: #fff;
    text-decoration: none;
}
.menu a:link {
    color: #fff;
    text-decoration: none;
}
.menu a:hover {
    color: #911;
    background: #aa9;
}
.menu .child {
    background: transparent url('images/child.gif') no-repeat 125px;
}
.menu .child:hover {
    background: #aa9 url('images/child.gif') no-repeat 125px;
    color: #911;
}
.menu h2:hover {
    color: #911;
    background: #fff;
}
.menu li {
    position: relative;
    padding-left:10px;
}
.menu ul ul{
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background-color: #911;
    
}
div.menu ul ul,
div.menu ul li:hover ul ul,
div.menu ul li:hover ul ul ul,
div.menu ul li:hover ul ul ul ul {
    display: none;
}
div.menu ul li:hover ul,
div.menu ul ul li:hover ul,
div.menu ul ul ul li:hover ul,
div.menu ul ul ul ul li:hover ul {
    display: block;
}
