.slidetabsmenu{
	float:right;
	position:relative;
	width:692px;
	margin: 71px 0 0 0;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom: 0em;
}

.slidetabsmenu ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

.slidetabsmenu li{
	display:inline;
	margin:0;
	padding:0;
}

.slidetabsmenu a{
	float:left;
	background:url(../images/slide-left.gif) no-repeat left top;
	margin:0;
	margin-right: 3px;
	padding:0 0 0 9px; /* van de tekst tot de rand */
	text-decoration:none;
}

.slidetabsmenu a span {
	float:left;
	display:block;
	background:url(../images/slide-right.gif) no-repeat right top;
	padding:7px 10px 5px 0px;
	color:#fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
	color: #fff;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
	background-position:0% -125px;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
	background-position:100% -125px;
}

.slidetabsmenu li.current a{ 
	background-position:0% -125px;
}

.slidetabsmenu li.current a span{
	background-position:100% -125px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
	display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	width: 120px;
	_width: 110px;
	visibility: hidden;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.dropmenudiv_d{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	width: 150px;
	_width: 140px;
	visibility: hidden;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.dropmenudiv_e{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	width: 120px;
	_width: 110px;
	visibility: hidden;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}


.dropmenudiv_c a,.dropmenudiv_d a:visited{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px;
	margin: 3px;
	text-decoration: none;
	color: #fff;
}


.dropmenudiv_d a,.dropmenudiv_d a:visited{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px;
	margin: 3px;
	text-decoration: none;
	color: #fff;
}


.dropmenudiv_e a,.dropmenudiv_e a:visited{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px;
	margin: 3px;
	text-decoration: none;
	color: #fff;
}

* html .dropmenudiv_c a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
	background-color: #17557e;
}

* html .dropmenudiv_d a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
	background-color: #17557e;
}
* html .dropmenudiv_e a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
	background-color: #17557e;
}
