/*
// $Id: navigation.css,v 1.10 2009/10/07 18:38:59 karenk Exp $
// $Revision: 1.10 $
// $Author: karenk $
//
// $Log: navigation.css,v $
// Revision 1.10  2009/10/07 18:38:59  karenk
// various wrapper updates
//
// Revision 1.9  2008/04/29 17:32:41  zachb
// *** empty log message ***
//
// Revision 1.8  2008/04/16 15:04:16  zachb
// *** empty log message ***
//
// Revision 1.7  2007/12/18 18:49:34  zachb
// *** empty log message ***
//
// Revision 1.6  2007/08/08 14:23:26  zachb
// *** empty log message ***
//
// Revision 1.5  2007/07/30 17:04:46  zachb
// *** empty log message ***
//
// Revision 1.4  2007/07/24 22:54:22  zachb
// *** empty log message ***
//
// Revision 1.3  2007/07/17 22:50:38  zachb
// development v2
//
// Revision 1.2  2007/07/11 18:41:35  zachb
// development
//
// Revision 1.1  2007/07/11 17:02:40  zachb
// Initial revision
//
// 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(/ATJ/SiteBase/wrap/theme0/images/nav.destinations.off.jpg);
	width: 94px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 28px;
}

.navItem1On {
	background-image:  url(/ATJ/SiteBase/wrap/theme0/images/nav.destinations.on.jpg);
	width: 94px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 28px;
}

.navItem2Off {
	background-image:  url(/ATJ/SiteBase/wrap/theme0/images/nav.customjourn.off.jpg);
	width: 137px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 28px;
}

.navItem2On {
	background-image:  url(/ATJ/SiteBase/wrap/theme0/images/nav.customjourn.on.jpg);
	width: 137px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 28px;
}

.navItem3Off {
	background-image:  url(/ATJ/SiteBase/wrap/theme0/images/nav.grouptrips.off.jpg);
	width: 99px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 28px;
}

.navItem3On {
	background-image:  url(/ATJ/SiteBase/wrap/theme0/images/nav.grouptrips.on.jpg);
	width: 99px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 28px;
}

.navItem4Off {
	background-image:  url(/ATJ/SiteBase/wrap/theme0/images/nav.about.off.jpg);
	width: 81px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 28px;
}

.navItem4On {
	background-image:  url(/ATJ/SiteBase/wrap/theme0/images/nav.about.on.jpg);
	width: 81px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 28px;
}

.navItem5Off {
	background-image:  url(/ATJ/SiteBase/wrap/theme0/images/nav.give.off.jpg);
	width: 97px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 28px;
}

.navItem5On {
	background-image:  url(/ATJ/SiteBase/wrap/theme0/images/nav.give.on.jpg);
	width: 97px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 28px;
}

.navItem6Off {
	background-image:  url(/ATJ/SiteBase/wrap/theme0/images/nav.photogallery.off.jpg);
	width: 116px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 28px;
}

.navItem6On {
	background-image:  url(/ATJ/SiteBase/wrap/theme0/images/nav.photogallery.on.jpg);
	width: 116px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 28px;
}

.navItem7Off {
	background-image:  url(/ATJ/SiteBase/wrap/theme0/images/nav.contact.off.jpg);
	width: 77px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 28px;
}

.navItem7On {
	background-image:  url(/ATJ/SiteBase/wrap/theme0/images/nav.contact.on.jpg);
	width: 77px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 28px;
}

.navSubMenuOff { 
	width: 170px; 
	cursor: pointer; 
	margin-left: 0px;
	margin-right: 0px;
}

.navSubMenuOn {
	width: 170px; 
	cursor: pointer; 
	margin-left: 0px;
	margin-right: 0px;
}

.navSubMenuOffWide { 
	width: 170px; 
	cursor: pointer; 
	margin-left: 0px;
	margin-right: 0px;
}

.navSubMenuOnWide {
	width: 170px; 
	cursor: pointer; 
	margin-left: 0px;
	margin-right: 0px;
}
.navSubMenuOffEvenWider { 
	width: 210px; 
	cursor: pointer; 
	margin-left: 0px;
	margin-right: 0px;
}

.navSubMenuOnEvenWider {
	width: 210px; 
	cursor: pointer; 
	margin-left: 0px;
	margin-right: 0px;
}

.navSubMenuOffCountries { 
	width: 100%; 
	cursor: pointer; 
	margin-left: 0px;
	margin-right: 0px;
}

.navSubMenuOnCountries {
	width: 100%; 
	cursor: pointer; 
	margin-left: 0px;
	margin-right: 0px;
}

.navSubMenuTextOff {
	padding-right: 8px; 
	padding-left: 8px; 
	padding-top: 0px;
	padding-bottom: 0px; 
	height: 16px; 
	width: 100%;
	font-size: 11px;
	font-family: Verdana; 
	color: #7C7877; 
	background-color: #FFFFFF; 
	cursor: pointer; 
}

.navSubMenuTextOn {
	padding-right: 8px; 
	padding-left: 8px; 
	padding-top: 0px;
	padding-bottom: 0px;
	height: 16px; 
	width: 100%;
	font-size: 11px;
	font-family: Verdana; 
	background-color: #F5821F;
	color: #FFFFFF;
	cursor: pointer; 
}



.navTaskbar {
	height: 28px; /* The height of our nav bar */
}

.navSubMenuBorder {
	border: 1px #7C7877 solid;
}
