/*
// $Id: navigation.css,v 1.6 2010/09/15 23:26:56 karenk Exp $
// $Revision: 1.6 $
// $Author: karenk $
//
// $Log: navigation.css,v $
// Revision 1.6  2010/09/15 23:26:56  karenk
// remove folder prefix so application is at root
//
// Revision 1.5  2010/04/26 21:13:09  karenk
// Change /AHSM/ basepath
//
// Revision 1.4  2010/04/20 17:35:27  karenk
// mega wrapper changes
//
// Revision 1.3  2008/04/03 16:09:05  zachb
// *** empty log message ***
//
// Revision 1.2  2007/10/23 16:06:50  zachb
// *** empty log message ***
//
// Revision 1.1  2007/10/18 23:14:36  zachb
// initial revision
//
// 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("/SiteBase/wrap/theme0/images/nav.accom.off.gif");
	width: 134px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	background-color: #EE8823;
}

.navItem1On {
	background-image: url("/SiteBase/wrap/theme0/images/nav.accom.on.gif");
	width: 134px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	background-color: #EE8823;
}

.navItem2Off {
	background-image: url("/SiteBase/wrap/theme0/images/nav.services.off.gif");
	width: 88px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	background-color: #CCCCCC;
}

.navItem2On {
	background-image: url("/SiteBase/wrap/theme0/images/nav.services.on.gif");
	width: 88px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	background-color: #DDDDDD;
}

.navItem3Off {
	background-image: url("/SiteBase/wrap/theme0/images/nav.skiride.off.gif");
	width: 94px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	background-color: #CCCCCC;
}

.navItem3On {
	background-image: url("/SiteBase/wrap/theme0/images/nav.skiride.on.gif");
	width: 94px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	background-color: #DDDDDD;
}

.navItem4Off {
	background-image: url("/SiteBase/wrap/theme0/images/nav.events.off.gif");
	width: 149px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	background-color: #CCCCCC;
}

.navItem4On {
	background-image: url("/SiteBase/wrap/theme0/images/nav.events.on.gif");
	width: 149px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	background-color: #DDDDDD;
}

.navItem5Off {
	background-image: url("/SiteBase/wrap/theme0/images/nav.location.off.gif");
	width: 87px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	background-color: #CCCCCC;
}

.navItem5On {
	background-image: url("/SiteBase/wrap/theme0/images/nav.location.on.gif");
	width: 87px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	background-color: #DDDDDD;
}

.navItem6Off {
	background-image: url("/SiteBase/wrap/theme0/images/nav.meet.off.gif");
	width: 177px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	background-color: #CCCCCC;
}

.navItem6On {
	background-image: url("/SiteBase/wrap/theme0/images/nav.meet.on.gif");
	width: 177px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
	background-color: #DDDDDD;
}

.navSubMenuOff { 
	width: 240px; 
	cursor: pointer; 
	margin-left: 0px;
	margin-right: 0px;
}

.navSubMenuOn {
	width: 240px; 
	cursor: pointer; 
	margin-left: 0px;
	margin-right: 0px;
}

.navSubMenuTextOff {
	padding-right: 1px; 
	padding-left: 10px; 
	padding-top: 0px;
	padding-bottom: 0px; 
	height: 24px; 
	width: 100%;
	font-size: 11px;
	font-family: Arial; 
	color: #A7A098; 
	background-color: #3a3a3a; 
	cursor: pointer; 
	border-top: 1px solid #000;
}

.navSubMenuTextOn {
	padding-right: 1px; 
	padding-left: 10px; 
	padding-top: 0px;
	padding-bottom: 0px;
	height: 24px; 
	width: 100%;
	font-size: 11px;
	font-family: Arial; 
	color: #faf5e7; 
	background-color: #c09a57; 
	cursor: pointer; 
	border-top: 1px solid #000;
}

.navTaskbar {
	height: 24px; /* The height of our nav bar */
}

.navSubMenuBorder {
	border-left: 1px #252122 solid;
	border-right: 1px #252122 solid;
	border-bottom: 1px #252122 solid;
}

