/*
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 : 18px;
	left : -10px;
	width : 640px;
	height :21px;
	visibility : hidden;
	background-image :  url(/images/nav2/bg_nav2.gif);
}

#kcnavresources {
	position : absolute;
	z-index : 99;
}

#kcnavsupport {
	position : absolute;
	z-index : 99;
}

#kcnavcontactus {
	position : absolute;
	z-index : 99;
}

/* 
This element used to close the sub nav - only contains a transparent shim that hides everything, including itself.
*/

#kcnavcloser {
	position : absolute;
	z-index : 50;
	visibility : hidden;
	top : 80px;
	left : 0px;
	height : 300px;
	width : 640px;
	background-color : transparent;
}

/* used for the links to "About" */
.linkcursor A:HOVER {
	cursor : help;
}

.kcimagebar {
	position : absolute;
	z-index : 99;
	top : 41px;
	left : 0px;
	width : 640px;
	height :79px;
}
