/* CSS from http://tutorials.alsacreations.com/deroulant/ */
/* */

dl, dt, dd {
    font-family: verdana, arial, tahoma;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #fff;
    }
ul, li {
    list-style-type: none;
    font-family: verdana, arial, tahoma;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #000;
    }
#menu {
/*
    position: absolute;
    top: 0;
    left: 0;
*/
    }
dl#menu {
    width: 12em;
    }
dl#menu dt {
    cursor: pointer;
    margin: 2px 0;;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid gray;
    background: #A22042
    }
dl#menu dd {
    border: 1px solid gray;
    }
dl#menu li {
    text-align: center;
    background: #000;
    }
dl#menu dt a {
    color: #fff;
    text-decoration: none;
    display: block;
    border: 0 none;
    height: 100%;
    }
dl#menu li a {
    color: #fff;
    text-decoration: none;
    display: block;
    border: 0 none;
    height: 100%;
    }
dl#menu li a:hover, dl#menu dt a:hover {
    background: #eee;
    color: #000;
    }

