/***********************************************************************
**			NAVBAR
***********************************************************************/
#navbar{
	background-image: url('../pics/layout/navbar_background.png');
	background-repeat: repeat-x;
	height: 32px;
	padding: 0px 32px 0px 22px;
}
#navbar ul{
	list-style: none;
}
#navbar ul li{
	display: inline;
}


			/***********************************************************************
			**			HOOFDMENU
			***********************************************************************/
			#navbar a, #navbar a:visited{
				border: 0;
				color: #dedede;
				font-weight: bold;
				font-size: 14px;
				text-decoration: none;
				outline: none;
			}
			#navbar a:hover{
				color: #c3c3c3;
			}
			.navbar_button{
				float: left;
				height: 25px;
				padding-top: 7px;
				position: relative;
				margin-right: 72px;
			}



			/***********************************************************************
			**			SUB-MENU
			***********************************************************************/
			.ui-widget-content{
				background-color: #5a5a5a;
				border: 1px solid #818181;
				border-top: 0;
			}
			.fg-menu a{
				color: white;
			}
			.fg-menu a:hover{
				background-color: #c3c3c3;
				color: #5a5a5a;
			}