.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 10px Verdana;
list-style-type: none;
margin-bottom: 0;
text-align: center; /*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: 2px;
border: 1px solid;
border-color: #4d4b25 #4d4b25 #4d4b25 #4d4b25;
background-color: transparent;
color: #7d908d; //kleur van de menuitems
}


.basictab li a:visited{

color: #7d908d; //kleur van de menuitems
}

.basictab li a:hover{
border-color: #4d4b25 #000000 #000000 #4d4b25;
background-color: transparent;
color: #fde8b0; // als je over het item heengaat
}


.basictab li.selected a{ /*selected tab effect*/

position: relative;
top: 1px;
padding-top: 4px;
background-color: #bdffff;
color: #fde8b0;
}


.submenustyle{
padding: 2px 1px;
border: 0px solid #4d4b25;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px dashed #4d4b25;
padding: 1px 5px;
text-decoration: none;
color:#fde8b0;
}

.submenustyle a:hover{
background-color: #4d4b25;
}
