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

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

}

#TopMenu dt {
padding-top: 3px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    background: transparent;
    border: 0px solid gray;
    margin: 1px;
}

#TopMenu dd {
    display: none;
    background-image:url("images/opaque_black.png");
    background-position: 0px 0px;
    background-repeat: repeat;
    border: 0px solid gray;
}

#TopMenu li {
    text-align: center;
    background-color: transparent;

}

#TopMenu li a {
	color: #c8d1d3;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	height: 100%;a
	border: 0 none;
}

#TopMenu li a:hover, #TopMenu li a:focus, #TopMenu dt a:hover, #TopMenu dt a:focus {
    color: #fff;
}

