/*
// $Id: navigation.css,v 1.6 2009/06/09 14:23:51 zachb Exp $
// $Revision: 1.6 $
// $Author: zachb $
//
// $Log: navigation.css,v $
// Revision 1.6  2009/06/09 14:23:51  zachb
// Booking widget edit; Fixed navigation in google chrome; flash header fix; home SEO updates
//
// Revision 1.5  2008/03/24 20:40:20  stephend
// Rebranding init build
//
// Revision 1.4  2007/10/15 23:06:46  zachb
// *** empty log message ***
//
// Revision 1.3  2007/05/17 16:19:54  stephend
// Post-publish wrapper tweaks
//
// Revision 1.2  2007/04/12 17:57:28  stephend
// Menu Editor build
//
// Revision 1.1  2007/04/06 16:06:25  stephend
// Init build
//
// 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(../images/nav.things.off.gif);
	width: 162px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
}

.navItem1On {
	background-image: url(../images/nav.things.on.gif);
	width: 162px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
}

.navItem2Off {
	background-image: url(../images/nav.accom.off.gif);
	width: 153px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
}

.navItem2On {
	background-image: url(../images/nav.accom.on.gif);
	width: 153px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
}

.navItem3Off {
	background-image: url(../images/nav.dine.off.gif);
	width: 65px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
}

.navItem3On {
	background-image: url(../images/nav.dine.on.gif);
	width: 65px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
}

.navItem4Off {
	background-image: url(../images/nav.meet.off.gif);
	width: 159px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
}

.navItem4On {
	background-image: url(../images/nav.meet.on.gif);
	width: 159px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
}

.navItem5Off {
	background-image: url(../images/nav.golf.off.gif);
	width: 55px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
}

.navItem5On {
	background-image: url(../images/nav.golf.on.gif);
	width: 55px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
}
.navItem6Off {
	background-image: url(../images/nav.spa.off.gif);
	width: 47px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
}

.navItem6On {
	background-image: url(../images/nav.spa.on.gif);
	width: 47px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
}

.navItem7Off {
	background-image: url(../images/nav.realestate.off.gif);
	width: 103px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
}

.navItem7On {
	background-image: url(../images/nav.realestate.on.gif);
	width: 103px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
}

.navItem8Off {
	background-image: url(../images/nav.about.off.gif);
	width: 106px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
}

.navItem8On {
	background-image: url(../images/nav.about.on.gif);
	width: 106px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 24px;
}

.navSubMenuOff { 
	width: 220px; 
	cursor: pointer;
}

.navSubMenuOn {
	width: 220px; 
	cursor: pointer;
}

.navSubMenuTextOff {
	padding:6px 0 2px 14px;
	width: 220px;
	font-size: 11px;
	font-family: Verdana; 
	color: #d6dadd; 
	background-color: #657237; 
	cursor: pointer; 
	text-transform:uppercase;
}

.navSubMenuTextOn {
	padding:6px 0 2px 14px;
	width: 220px;
	font-size: 11px;
	font-family: Verdana; 
	color: #fff; 
	background-color: #4f5c22; 
	cursor: pointer; 
	text-transform:uppercase;
}

.navTaskbar {
	height: 24px; /* The height of our nav bar */
}

.navSubMenu {
	background-color: #657237;
}
