body {
margin: 0;
padding: 0;
}

.basictab ul{
	padding: 0;
	margin: 0;
	font: bold 11px Verdana;
	color: #fff;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	height: 10px;
}
.basictab li{
	display: inline;
	float: left;
	height: 13px;
	padding: 4px;
	width: 75px;
	text-align: center;
}

.basictab li a {
font-size: 10px;
color: #fff;
text-decoration: none;
}
.basictab li a:visited{
color: #fff;
text-decoration: none;
}
.basictab li a:hover, .basictab li a.current{
color: #fff;
text-decoration: none;
}
.basictab li a:active{
color: #fff;
text-decoration: none;
}

.btn_roze {
background: #c8006b;
}
.btn_groen {
background: #7fa400;
}
.btn_blauw {
background: #006e9d;
}

.roze {
clear: left;
width: 239px; /*width of 2nd level sub menus*/
height: 29px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background: #c8006b;
padding: 5px;
}
.groen {
clear: left;
width: 239px; /*width of 2nd level sub menus*/
height: 29px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background: #7fa400;
padding: 5px;
}
.blauw {
clear: left;
width: 239px; /*width of 2nd level sub menus*/
height: 29px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background: #006e9d;
padding: 5px;
}

.roze, .groen, .blauw{
display:none;
}

#s_roze {
	font-size: 11px;
    float: left;
    padding: 4px 0 0 20px;
    margin: 3px 0 0 6px;
    border: 0;
    width: 149px;
	height: 17px;
	background: url("http://www.immersivemedia.nl/bisnis/tab_banner/media/images/search/searchfield_p.jpg");
}
#s_groen{
	font-size: 11px;
    float: left;
    padding: 4px 0 0 20px;
    margin: 3px 0 0 6px;
    border: 0;
    width: 149px;
	height: 17px;
	background: url("http://www.immersivemedia.nl/bisnis/tab_banner/media/images/search/searchfield_g.jpg");
}
#s_blauw {
	font-size: 11px;
    float: left;
    padding: 4px 0 0 20px;
    margin: 3px 0 0 6px;
    border: 0;
    width: 149px;
	height: 17px;
	background: url("http://www.immersivemedia.nl/bisnis/tab_banner/media/images/search/searchfield_b.jpg");
}
.go {
    float: right;
    margin: 3px 4px 0 0;
	height: 21px;
	width: 60px;
}


