	#navigation_tier1 {
		position: absolute;
		z-index: 1;
		left: 90px;
		top: 129px;
		height: 22px;
		overflow: hidden;
	}
	
	* html #navigation_tier1 {
		visibility:hidden;
	}
	
	#navigation_tier2 {
		position: absolute;
		z-index: 1;
		left: 90px;
		top: 151px;
		height: 22px;
		overflow: hidden;
	}
	
	.navigationStandard {
		width: 760px;
		display: block;
	}
	
	.navigationLong {
		width: 932px;
		display: block;
	}
	
	.navigationHidden {
		display: none;
	}

		#navigation_tier2_bg {
			position: absolute;
			z-index: 0;
			left: 0px;
			top: 0px;
		}

		#nt1_list,
		#nt2_list {
			position: absolute;
			z-index: 1;
			left: 0px;
			top: 0px;
			height: 22px;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
			.navElem, .navElemSelected {
				position: relative;
				float: left;
				height: 22px;
				margin: 0px;
				padding: 0px;
				text-align: center;
			}
			
				.navElem a {
					font: bold 12px Arial,Helvetica,Sans-serif;
					text-decoration: none;
					display: block;
					height: 100%;
					padding: 3px 0px 0px 0px;
					background: transparent url( "docs/templates/images/nav_vertical_bar.gif" ) no-repeat top left;
				}

				.navElemSelected a {
					font: bold 12px Arial,Helvetica,Sans-serif;
					text-decoration: none;
					display: block;
					height: 100%;
					padding: 3px 0px 0px 0px;
					background: #210c00 url( "docs/templates/images/nav_vertical_bar.gif" ) no-repeat top left;
				}

				.navElem a:hover {
					background: #210c00 url( "docs/templates/images/nav_vertical_bar.gif" ) no-repeat top left;
					display: block;					
				}
				
			.firstNavElem, .firstNavElemSelected {
				position: relative;
				float: left;
				height: 22px;
				margin: 0px;
				padding: 0px;
				text-align: center;
			}

				.firstNavElem a {
					font: bold 12px Arial,Helvetica,Sans-serif;
					text-decoration: none;
					display: block;
					height: 100%;
					padding: 3px 0px 0px 0px;
				}
				
				.firstNavElemSelected a {
					font: bold 12px Arial,Helvetica,Sans-serif;
					text-decoration: none;
					display: block;
					height: 100%;
					padding: 3px 0px 0px 0px;
					background-color: #210c00;
				}
				
				.firstNavElem a:hover {
					background-color: #210c00;
					display: block;					
				}