/*
// $Id: navigation.css,v 1.6 2007/09/04 16:02:06 zachb Exp $
// $Revision: 1.6 $
// $Author: zachb $
//
// $Log: navigation.css,v $
// Revision 1.6  2007/09/04 16:02:06  zachb
// *** empty log message ***
//
// Revision 1.5  2007/08/31 19:51:20  zachb
// *** empty log message ***
//
// Revision 1.4  2007/08/23 16:38:09  zachb
// *** empty log message ***
//
// Revision 1.3  2007/08/16 23:17:06  zachb
// *** empty log message ***
//
// Revision 1.2  2007/08/08 21:26:39  zachb
// *** empty log message ***
//
// Revision 1.1  2007/08/03 21:07:37  zachb
// Initial Check-in of Stevens Pass module
//
// Revision 1.1  2007/07/12 17:32:29  scottl
// Module cleanup after corruption.
//
// Revision 1.1  2007/02/01 19:50:36  scottl
// Had to re-add the module after a developer committed project specific code and assets to the reference website.
//
// Revision 1.1  2006/11/27 16:28:25  scottl
// Re-established ReferenceWebsite module after cross-project corruption issue.
//
// Revision 1.3  2006/10/11 16:57:00  scottl
// Added NWS and RSS feed examples.
//
// Revision 1.2  2006/09/15 14:13:45  scottl
// Added example code to reference website.
//
// Revision 1.1  2006/09/14 14:23:00  scottl
// Added dmenu nav example.
//
//
*/
.navItem1Off {
	background-image: url(/Stevens/SiteBase/wrap/theme0/images/nav.themountain.off.gif);
	width: 133px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	border-left: 1px solid white;
}

.navItem1On {
	background-image: url(/Stevens/SiteBase/wrap/theme0/images/nav.themountain.on.gif);
	width: 133px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	border-left: 1px solid white;
}

.navItem2Off {
	background-image: url(/Stevens/SiteBase/wrap/theme0/images/nav.skiboard.off.gif);
	width: 116px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	border-left: 1px solid white;
}

.navItem2On {
	background-image: url(/Stevens/SiteBase/wrap/theme0/images/nav.skiboard.on.gif);
	width: 116px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	border-left: 1px solid white;
}

.navItem3Off {
	background-image: url(/Stevens/SiteBase/wrap/theme0/images/nav.nordic.off.gif);
	width: 91px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	border-left: 1px solid white;
}

.navItem3On {
	background-image: url(/Stevens/SiteBase/wrap/theme0/images/nav.nordic.on.gif);
	width: 91px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	border-left: 1px solid white;
}

.navItem4Off {
	background-image: url(/Stevens/SiteBase/wrap/theme0/images/nav.ticketspasses.off.gif);
	width: 144px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	border-left: 1px solid white;
}

.navItem4On {
	background-image: url(/Stevens/SiteBase/wrap/theme0/images/nav.ticketspasses.on.gif);
	width: 144px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	border-left: 1px solid white;
}

.navItem5Off {
	background-image: url(/Stevens/SiteBase/wrap/theme0/images/nav.lessonspackages.off.gif);
	width: 165px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	border-left: 1px solid white;
}

.navItem5On {
	background-image: url(/Stevens/SiteBase/wrap/theme0/images/nav.lessonspackages.on.gif);
	width: 165px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	border-left: 1px solid white;
}

.navItem6Off {
	background-image: url(/Stevens/SiteBase/wrap/theme0/images/nav.equiprental.off.gif);
	width: 151px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	border-left: 1px solid white;
}

.navItem6On {
	background-image: url(/Stevens/SiteBase/wrap/theme0/images/nav.equiprental.on.gif);
	width: 151px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	border-left: 1px solid white;
}

.navItem7Off {
	background-image: url(/Stevens/SiteBase/wrap/theme0/images/nav.groups.off.gif);
	width: 98px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.navItem7On {
	background-image: url(/Stevens/SiteBase/wrap/theme0/images/nav.groups.on.gif);
	width: 98px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.navSubMenuOff { 
	width: 200px; 
	cursor: pointer;
	margin-left: 0px;
	margin-right: 0px;
}

.navSubMenuOn {
	width: 200px; 
	cursor: pointer;
	margin-left: 0px;
	margin-right: 0px;
}

.navSubMenuTextOff {
	padding-right: 1px; 
	padding-left: 8px; 
	padding-top: 0px;
	padding-bottom: 0px; 
	height: 22px; 
	width: 100%;
	font-size: 11px;
	font-family: Arial; 
	color: #E5EBEE; 
	background-color: #483C2E; 
	cursor: pointer;
	border-bottom: 1px solid #95A8B7;
}

.navSubMenuTextOn {
	padding-right: 1px; 
	padding-left: 8px; 
	padding-top: 0px;
	padding-bottom: 0px;
	height: 22px; 
	width: 100%;
	font-size: 11px;
	font-family: Arial; 
	color: #E5EBEE; 
	background-color: #95A8B7; 
	cursor: pointer;
	border-bottom: 1px solid #95A8B7;
}

.navTaskbar {
	height: 24px; /* The height of our nav bar */
}

.navSubMenuBorder {
	/*border: 1px #483C2E solid;*/
}

