#TopMenu {
    position: absolute; /* Menu position that can be changed at will */
    width: 930px; /*62em;*/ /* precision for Opera */
    z-index:1;
}

#TopMenu dl {
    float: left;
    width: 12em;
}

#TopMenu dt {
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    background: transparent;
    border-right: 2px solid;
    border-color:  white;
    margin: 1px;
    color: black;
}

#TopMenu dd {
    display: none;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    background-image:url("images/opaque.png");
    background-position: 0px 0px;
    background-repeat: repeat;

}

#TopMenu li {
    text-align: center;
    background-image:url("images/opaque.png");
    background-position: 0px 0px;
    background-repeat: repeat;
}

#TopMenu li a, #menu dt a {    
    color: #000000;
    text-decoration: none;
    display: block;
    height: 100%;
    border: 0 none;
}
#TopMenu li a:hover, #TopMenu li a:focus, #TopMenu dt a:hover, #TopMenu dt a:focus {
    text-decoration: underline;
}


