/* ### navigation with tabs ### */
#navcontainer
{
	position: relative;
	height: 30px;
	background-color: #006bb7;
	margin: 0;
	padding: 0;
}

#nav
{
	position: absolute;
	top: 7px;
	left: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 23px;
	display: inline;
	overflow: hidden;
	width: 680px;
}

#nav li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a
{
	float: left;
	padding: 23px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	/**/
	/* for IE5/Win only */
}

#nav a:hover, a:active { background-position: 0 -46px; }
#nav a.selected, #nav a:active { background-position: 0 -23px; }

#buthome a
{
	width: 53px;
	background: url("../images/b_home.gif") top left no-repeat;
	background-position: 0 0px;
}

#butnieuws a
{
	width: 58px;
	background: url("../images/b_nieuws.gif") top left no-repeat;
	background-position: 0 0px;
}

#butagenda a
{
	width: 60px;
	background: url("../images/b_agenda.gif") top left no-repeat;
	background-position: 0 0px;
}

#butweblog a
{
	width: 60px;
	background: url("../images/b_weblog.gif") top left no-repeat;
	background-position: 0 0px;
}

#butprojecten a
{
	width: 75px;
	background: url("../images/b_projecten.gif") top left no-repeat;
	background-position: 0 0px;
}

#butthemas a
{
	width: 63px;
	background: url("../images/b_themas.gif") top left no-repeat;
	background-position: 0 0px;
}

#butpartners a
{
	width: 68px;
	background: url("../images/b_partners.gif") top left no-repeat;
	background-position: 0 0px;
}

#butwieiswie a
{
	width: 79px;
	background: url("../images/b_wie-is-wie.gif") top left no-repeat;
	background-position: 0 0px;
}

#butjoin a
{
	width: 37px;
	background: url("../images/b_join.gif") top left no-repeat;
	background-position: 0 0px;
}

#butconferentie a
{
	width: 86px;
	background: url("../images/b_conferentie.gif") top left no-repeat;
	background-position: 0 0px;
}

#butenglish a
{
	width: 59px;
	background: url("../images/b_englishjack.gif") top left no-repeat;
	background-position: 0 0px;
}

#butpers a
{
	width: 43px;
	background: url("../images/b_pers.gif") top left no-repeat;
	background-position: 0 0px;
}

#butabout a
{
	width: 48px;
	background: url("../images/b_about.gif") top left no-repeat;
	background-position: 0 0px;
}

#butcontact a
{
	width: 64px;
	background: url("../images/b_contact.gif") top left no-repeat;
	background-position: 0 0px;
}
