﻿#sheet #menu {
	width: 940px;
	color: white;
	line-height: 14pt;
	padding: 0px 0px 10px 0px;
}				
	
	#sheet #sheet #menu #tab {
		width: 940px;
		height: 47px;
		display: block;
		padding: 0px;
		margin: 0px;
	}			

		#sheet #menu #tab li {
			display: block;
			float: left;
			height: 47px;
			text-indent: -9999px;
		}

			#sheet #menu #tab li a {
				display: block;
				height: 47px;
			}

		#sheet #menu #tab .internetdiensten { width: 309px; }
			#sheet #menu #tab .internetdiensten .normal { background-image: url(TabIDN.jpg);	}
			#sheet #menu #tab .internetdiensten .focus { background-image: url(TabIDF.jpg); }

		#sheet #menu #tab .telecommunicatiediensten { width: 318px; margin: 0px 2px 0px 2px; }
			#sheet #menu #tab .telecommunicatiediensten .normal { background-image: url(TabTDN.jpg);	}
			#sheet #menu #tab .telecommunicatiediensten .focus { background-image: url(TabTDF.jpg); }

		#sheet #menu #tab .itdiensten { width: 309px; }
			#sheet #menu #tab .itdiensten .normal { background-image: url(TabITN.jpg); }
			#sheet #menu #tab .itdiensten .focus { background-image: url(TabITF.jpg); }

	#sheet #menu .panel {
		width: 940px;
		height: 173px;		
		padding: 25px 0px 0px 0px;
		clear:both;
	}
	
	#sheet #menu .id {background-image: url(MenuID.jpg); }
	#sheet #menu .td {background-image: url(MenuTD.jpg); }
	#sheet #menu .it {background-image: url(MenuIT.jpg); }		

		#sheet #menu .panel div {
			float: left;
			margin-left: 25px;
		}

		#sheet #menu .panel div ul {
			padding-left: 25px;
		}
		
			#sheet #menu .panel div ul li {
				list-style-image: url(MenuUlLi.png);
				list-style-position: outside;
				padding-bottom: 2px;		
			}
		
		#sheet #menu .panel div ul li a {
			text-decoration: none;
			color: white;
		}		
