
/*topbalk*/
A.menulink {
display: block;
width: 119px;
height: 25px;/*20*/
padding-top:6px;/*text midden-in, eventueel 3*/
border-right: 1px solid white; /*right divider between tabs*/
font:bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
text-align: center;
text-decoration: none;

/*font-family: Verdana;
font-size:12px;
font-weight:700;*/
background-color: #4A79A6;
color: #E8F0F7;
}
A.menulink:hover {
background-color:#E8F0F7;
color: #4A79A6;
}