/********************************************************
*
*	stylesheet menu-elements Rijkevorsel website
*
********************************************************/

* {margin:0; padding:0;}

/* header - search box styles
-------------------------------------------- */

#search INPUT.btnSearch
{
	vertical-align: middle;
	margin: 3px 0 0 3px;
	border: 0;
	float: left;
}
#search INPUT.txtSearch
{
	border: 0;
	margin: 3px 0 0 3px;
	height: 24px;
	width: 140px;
	float: left;
}


/* header - navigational styles
-------------------------------------------- */
#menulist A
{
	float: left;
	margin: 0;
	padding: 8px 0 0 0;
	font-size: .8em; /*10px*/
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#menulist A:link, #menulist A:visited
{
}

#menulist A:hover, #menulist A:active
{
	color: #FFCF3E;
}

#menulist SPAN
{
	float: left;
	color: #fff;
	margin: 8px 0 0 0;
	font-size: .8em; /*10px*/
	text-align: center;
	width: 10px;
}

/* breadcrumb styles
-------------------------------------------- */

#breadcrumb SPAN
{
	padding: 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-size: .75em; /*10px*/
	font-weight: lighter;
}
#breadcrumb SPAN.gt
{
	font-size: .75em; /*10px*/
	font-weight: lighter;
}

#breadcrumb A
{
	font-size: .75em; /*10px*/
}

/* tree - div styles
-------------------------------------------- */
ul, li, a, span { font-size: 1em;}
DIV#tree .lvl1
{
	margin: 3px 9px 0 0;	
}
DIV#tree .lvl2
{
	margin: 3px 15px 0 0;
}
DIV#tree .lvl3
{
	margin: 1px 9px 0 0;
}
DIV#tree .lvl4
{
}
DIV#tree .lvl1 li
{
	/*font-size: 1em;*/  /*12px*/
}
DIV#tree .lvl2 li
{
	/*font-size: 1em;*/  /*12px*/
}
DIV#tree .lvl1 li img
{
	margin: 0 0 0 -5px;
	padding: 0;	
}

A.lvl1, SPAN.lvl1
{
	/*font-size: 1em;*/  /*12px*/
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}
A.lvl1:active, A.lvl1:hover
{
}
A.lvl2
{
	/*font-size: 1em;*/  /*12px*/
	text-decoration: none;
	color: #fff;
}

A.lvl2:active, A.lvl2:hover
{
	/*font-size: 1em;*/  /*12px*/
	color: #FFCC36;
	text-decoration: underline;
}

A.lvl3
{
	font-size: .9em; /*11px;*/
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	padding: 0 10px 0 0;
	color: #FFCC36;
}