.glowingtabs{
	float:left;
/*	width:100%; */
	line-height:normal;
	background: url(../images/menu/divider1.png) repeat-x;
	/*border-bottom: 1px solid #7e9fff; Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
	float:left;
	background:url(../images/menu/tab_left.png) no-repeat left top;
	margin:0;
	margin-right: 1px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}

.glowingtabs a span{
	float:left;
	display:block;
	height:24px;  /*geeft problemen in IE6*/
	_height:auto; /* IE6 only */
	background:url(../images/menu/tab_back.png) no-repeat right top;
	padding: 5px 12px 0px 3px;
	_padding-bottom: 4px; /* IE6 only */
	color:#FFF;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -29px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -29px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -29px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -29px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
	clear: left;
	width:95%;  /*width of 2nd level sub menus*/ 
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	background: #E9F1A4; 
	padding-top:2px; 
	_padding-top:2px; /* IE6 only */
}

.tabcontent{
	display:none;
}
/* basten */
.tabcontent ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.tabcontent li{
	display:inline;
	margin:0;
	padding:0;
	background: url(../images/menu/bullet_submenu.png) no-repeat left;
}
.tabcontent li.first{
	background: url(none);
}
.tabcontent li a{
	color: #000;
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left:16px;
}
.tabcontent li a:hover{
	text-decoration: underline;
}
.tabcontent li a.current{
	color: #000;
	background: url(../images/menu/sub_actief_left.png) no-repeat left center;
}
.tabcontent li.first a.current {
	background: url(../images/menu/sub_actief_left_first.png) no-repeat left center;
}
.tabcontent li a.current span{
	color: #000;
	background: url(../images/menu/sub_actief_back.png) no-repeat right center;
}
.tabcontent li a span{
	padding-right:4px;
}
