/*
Each of the kc elements are for the top most horizontal nav

kcnav controls the position of the secondary nav, i.e., kcnavAbout, etc.

******* Check the nav_IE sheet for the properties that control IE's positioning of the secondary nav.

The left/top values are different here (than the IE sheet) for nn4 so the menu is positioned properly.
*/

.kcnav {
	top : 17px;
	left : -10px;
	width : 100%;
	height :auto;
	background-image :  url(../images/nav2/bg_nav2.gif);
}

#kcnavabout {
	position : absolute;
	z-index : 99;
	visibility: hidden;
}

#kcnavexpertise {
	position : absolute;
	z-index : 99;
	visibility: hidden;
}

#kcnavexperience {
	position : absolute;
	z-index : 99;
	visibility: hidden;
}

/* not used */
#kcnavengineers {
	position : absolute;
	z-index : 99;
	visibility: hidden;
}

#kcnavawards {
	position : absolute;
	z-index : 99;
	visibility: hidden;
}

#kcnavnews {
	position : absolute;
	z-index : 99;
	visibility: hidden;
}

/* not used */
#kcnavrecruiting {
	position : absolute;
	z-index : 99;
	visibility: hidden;
}

/* not used */
#kcnavsearch {
	position : absolute;
	z-index : 99;
	visibility: hidden;
}

/* not used */
#kcnavcontact {
	position : absolute;
	z-index : 99;
	visibility: hidden;
}

/* 
This element used to close the sub nav - only contains a transparent shim that hides everything, including itself.
*/

#kcnavcloser {
	position : absolute;
	z-index : 50;
	top : 80px;
	left : 0px;
	height : auto;
	width : auto;
	background-color : transparent;
	visibility: hidden;
}

/* used for the links to "About" */
.linkcursor A:HOVER {
	cursor : help;
}
