.shadetabs{
padding: 3px 1;
padding-left: 3;
margin-top: 3px;
margin-bottom: 0;
font: bold 12px Arial;

list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
border: #000000 solid 1px;
padding: 3px 7px;
margin-right: 3px;
color: #000000;
background: white url(images/balkblauw.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: none;
color: #640000;
}

.shadetabs li.selected{
position: relative;
border:1 px solid #000000;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background:url(images/spacer.gif);
border: #000000 solid 1px;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
width: 795px;
margin-bottom: 1em; 
padding: 2px;
margin-top:4px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}