.basictab{
padding: 3px 7px;
margin-left: 0px;
font: 14px Verdana;
font-weight: bold; 
border-bottom: 1px solid gray;
list-style-type: none;
margin-bottom: 0;
text-decoration: none;
background-image: url(http://www.rtvnoord.nl/home/images/achtergrondmenubalk-boven.jpg);
background-repeat: repeat-x;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
font-color: #0265a3;
color: #0265a3;
background-image: url(http://www.rtvnoord.nl/home/images/achtergrondmenubalk-selected.jpg);
background-repeat: repeat-x;
text-decoration: none;
}

.basictab li{
display: inline;
margin: 0;
text-decoration: none;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border-bottom: none;
color: #ffffff;
}

.basictab li a:hover{
position: relative;
top: 1px;
padding-top: 4px;
font-color: #0265a3;
color: #0265a3;
background-image: url(http://www.rtvnoord.nl/home/images/achtergrondmenubalk-zweven.jpg);
background-repeat: repeat-x;
text-decoration: none;
}

.basictab li a:active{
text-decoration: none;
color: #ffffff;
}

.basictab li a:visited{
text-decoration: none;

}


.submenustyle{

font-size: 11px;
color: #0265a3;
font-color: #ffffff; 
font-family: Verdana;
font-weight: bold;
padding: 5px 5px;
border-right: 1px black;
border-top-width: 0;
width: auto;
display: none;
filter:alpha;
-moz-opacity:1;
text-decoration: none;
background-image: url(http://www.rtvnoord.nl/home/images/achtergrondmenubalk-sub.jpg);
background-repeat: repeat-x;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
color: #0265a3;
font-size: 11px;
font-color: #f29300;
text-decoration: none;
}

.submenustyle a{
color: #0265a3;
border-right: 1px;
padding: 5px 0px;
text-decoration: none;
font-size: 11px;
font-color: #ffffff;
font-weight: bold;
}

.submenustyle a:hover{
color: #128edc;
font-size: 11px;
font-color: #128edc;
font-weight: bold;
text-decoration: none;
}