	span {
		display: none;
	}
	
	#navigator {
		width: 980px;
		/*background-color: rgb(250,211,211);*/
		border-bottom: 1px solid #cccccc;
		text-align: left;
		height: 34px;
	}
	
	#navigator ul {  
		list-style-type:none;
		border: 0px solid #000000;
		position: absolute; 
		z-index: 90;
	}

	#navigator ul li {
		width: 130px;
		height: auto;
		float: left;
		border-width: 0px 1px 0px 0px;
		border-style: solid;
		border-color: #cccccc;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		display: block;
	}
	
	#navigator ul li ul {
		display: none;
		visibility: hidden;
		width: 130px;
		border-width: 0px 0px 1px 1px;
		border-style: solid;
		border-color: #cccccc;
		background-color: #ffffff;
		margin: 0px 0px 0px -1px;
		.margin: 0px 0px 0px -66px;
	}
	
	* html #navigator ul li ul {
		margin: 0px;
		background-color: #fff000;
		margin: 0px 0px 0px -66px;
	}
	
	#navigator ul li ul li {
		border-top: 1px solid #cccccc;
		width: 130px;
	}
	
	#navigator ul ul ul {
		border-top: 1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid black;
		float: left;
		width: 130px;
		margin: -40px 0px 0px 130px;
		height: auto;
	}
	
	* html #navigator ul ul ul {
		margin: 0px;
		margin: -18px 0px 0px 65px;
	}

	#navigator ul li p {
		margin: 0px;
		padding: 9px 0px 0px 0px;
		color: #000000;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		height: 25px;
	}

	#navigator ul li p a {
		color: #000000;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 13px !important;
		/*background-color: #00ff00;*/
		text-decoration: none;
	}

