.basictab{
padding: 6px 0; /* eerste waarde is de hoogte van de menu items op de tabs */
margin-left: 0;
margin-top: 0px;
font: bold 12px Arial;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 60px; /*aantal pixels tussen de menu items*/
border-bottom: none;
color: white;
}


.basictab li a:visited{ /*kleur van de link die al bekeken is*/
color: white;
}

.basictab li a:hover{ /*kleur van de link waar je muis op staat*/
color: white;
}

.basictab li a:active{
color: white;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
padding-top: 4px;
color: white;
}


.submenustyle{
padding: 5px 1px; /* eerste is de afstand tussen het bovenmenu, 2e is de afstand van links.*/
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
color:white;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px;
padding-left:20px;
padding: 5px 5px ;
text-decoration: none;
color:#0099cc;
font: bold 12px Arial;

}

.submenustyle a:hover{ /* kleur van de tekst bij rollover*/
color: grey;
}