/* TOP-MENU */

#type {
position: absolute;
visibility: hidden;
top: 52px;
}
#supplier {
position: absolute;
visibility: hidden;
top: 52px;
}
#technique {
position: absolute;
visibility: hidden;
top: 52px;
}
#latest {
position: absolute;
visibility: hidden;
top: 52px;
}


.menuTable {
background-color: #a5a5a5;
}

.menu {
background-color: #ffffff;
}

.menuLink:link {
font-weight: normal;
line-height: normal;
text-decoration: none;
}
.menuLink:visited {
font-weight: normal;
line-height: normal;
text-decoration: none;
}
.menuLink:hover {
font-weight: normal;
line-height: normal;
text-decoration: none;
}
.menuLink:active {
font-weight: normal;
line-height: normal;
text-decoration: none;
}
