div#tmenu {
    position: absolute;
    top: 80px;
    left: 215px;
    left: 232px;
    font-weight: bold;
    background-color: transparent;
}

.topmenu  a {
	display: block;
	background-color: transparent;
	font-size: 12px;
	text-decoration: none;
    color: #fff;
    width: 145px;
    text-align: center;
    z-index: -100;

    background-image: url('../../images/tbutton.png');
    background-repeat: no-repeat;
    height: 30px;
    line-height: 24px;

}

.toptable {
    padding: 0px;
}

.active {color: #000;}
.topmenu a:visited {color: #fff; text-decoration: none;}
.topmenu a:active  {color: #fff; text-decoration: none;}
.topmenu a:hover   {color: #fff; text-decoration: none;}
.topmenu a:hover   {color: #000;}


