/* Document Information -----------------------------------------------------------------------------------------------------------------

Title			: menu.css
Author		: René van Wingerden
Email			: r.van.wingerden@stratusbv.nl

Company	: Stratus BV
Website		: www.stratusbv.nl

Modification Log:

Name		Date					Description
=========================================================================================
RWI			17-07-2008		Ontwikkeld

------------------------------------------------------------------------------------------------------------------------------------------- */

/* OVERZICHT-menu */
	/* tabbladen-menu */
	#tabbladen_layout {
		margin: -6px 0 10px 0;
		padding: 0 0 0 0;
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-weight: 800;
		background: transparent url(../images/menu2/back_container_kop.png) left top scroll repeat-x;
		}
	#tabbladen_front {
		float: left;
		margin: 0 0 0 0;
		padding: 0 0 0 10px;
		height: 30px;
		line-height: 30px;
		font-weight: 800;
		background: transparent url(../images/menu2/back_container_kop_menu_li.png) left top scroll no-repeat;
		}
	#tabbladen_front ul {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		display:inline;
		list-style: none;
		height: 30px;
		}
	#tabbladen_front ul li {
		float: left;
		display:inline-block;
		margin: 0 0 0 0;
		text-decoration: none;
		height: 30px;
		}
	#tabbladen_front ul li.noselect {
		line-height: 30px;
		color: #AAA;
		font-weight: 800;
		background: transparent url(../images/menu2/back_container_kop_menu_no_sel.png) left top scroll no-repeat;
		}
	#tabbladen_front ul li.selected {
		padding: 0 10px 0 10px;
		line-height: 30px;
		color: #2C3B00;
		font-weight: 800;
		background: transparent url(../images/menu2/back_container_kop_menu_sel.png) left top scroll no-repeat;
		}
	#tabbladen_front ul li.selectedplus {
		height: 30px;
		line-height: 30px;
		color: #AAA;
		font-weight: 800;
		background: transparent url(../images/menu2/back_container_kop_menu_sel_plus.png) left top scroll no-repeat;
		}
	#tabbladen_front a {
		display:inline-block;
		padding: 0 10px 0 10px;
		text-decoration: none;
		height: 30px;
		line-height: 30px;
		color: #999;
		}
	#tabbladen_front a:hover, #tabbladen_front a:active {
		color: #2C3B00;
		text-decoration: none;
		}
