/*
// $Id: navigation.css,v 1.4 2007/08/31 21:09:41 stephend Exp $
// $Revision: 1.4 $
// $Author: stephend $
//
// $Log: navigation.css,v $
// Revision 1.4  2007/08/31 21:09:41  stephend
// Added sub hero, updated nav UI
//
// Revision 1.3  2007/08/29 19:50:32  stephend
// UI Tweaks
//
// Revision 1.2  2007/08/21 22:31:15  stephend
// *** empty log message ***
//
// Revision 1.1  2007/08/20 17:17:09  stephend
// Init. check-in
//
// 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("../images/nav.reservations.off.jpg");
	width: 170px;
	cursor: pointer; cursor: hand;
	background-repeat: no-repeat;
	height: 33px;
	background-color: #CCCCCC;
	color:#383838;
	padding:0 0 16px 10px;
}

.navItem1On {
	background-image: url("../images/nav.reservations.on.jpg");
	width: 170px;
	cursor: pointer; cursor: hand;
	background-repeat: no-repeat;
	height: 33px;
	color:#c39a42;
	background-color: #DDDDDD;
	padding:0 0 16px 10px;
}

.navItem2Off {
	background-image: url("../images/nav.hotels.off.jpg");
	width: 170px;
	cursor: pointer; cursor: hand;
	background-repeat: no-repeat;
	color:#383838;
	height: 33px;
	background-color: #CCCCCC;
	padding:0 0 16px 10px;
}

.navItem2On {
	background-image: url("../images/nav.hotels.on.jpg");
	width: 170px;
	cursor: pointer; cursor: hand;
	background-repeat: no-repeat;
	color:#c39a42;
	height: 33px;
	background-color: #DDDDDD;
	padding:0 0 16px 10px;
}

.navItem3Off {
	background-image: url("../images/nav.meetings-events.off.jpg");
	width: 170px;
	cursor: pointer; cursor: hand;
	background-repeat: no-repeat;
	color:#383838;
	height: 33px;
	background-color: #CCCCCC;
	padding:0 0 16px 10px;
}

.navItem3On {
	background-image: url("../images/nav.meetings-events.on.jpg");
	width: 170px;
	cursor: pointer; cursor: hand;
	background-repeat: no-repeat;
	color:#c39a42;
	height: 33px;
	background-color: #DDDDDD;
	padding:0 0 16px 10px;
}

.navItem4Off {
	background-image: url("../images/nav.about.off.jpg");
	width: 247px;
	cursor: pointer; cursor: hand;
	background-repeat: no-repeat;
	color:#383838;
	height: 33px;
	background-color: #CCCCCC;
	padding:0 0 16px 10px;
}
.navItem4On {
	background-image: url("../images/nav.about.on.jpg");
	width: 247px;
	cursor: pointer; cursor: hand;
	background-repeat: no-repeat;
	color:#c39a42;
	height: 33px;
	background-color: #DDDDDD;
	padding:0 0 16px 10px;
}

.navSubMenuOff 
{
	width: 200px; 
	cursor: pointer; cursor: hand; 
}

.navSubMenuOn {
	width: 200px; 
	cursor: pointer; cursor: hand; 
}

.navSubMenuTextOff {
	padding:2px 2px 4px 10px;
	height: 16px; 
	width: 100%;
	color: #383838; 
	background-color: #fff; 
	cursor: pointer; cursor: hand; 
}

.navSubMenuTextOn {
	padding:2px 2px 4px 10px;
	height: 16px; 
	width: 100%;
	color: #c39a42; 
	background-color: #fff; 
	cursor: pointer; cursor: hand; 
	text-decoration:underline;
}

.navTaskbar {
	height: 33px; /* The height of our nav bar */
}

.navSubMenuBorder {
	
}
