/*
// $Id: navigation.css,v 1.5 2008/03/11 19:22:47 stephend Exp $
// $Revision: 1.5 $
// $Author: stephend $
//
// $Log: navigation.css,v $
// Revision 1.5  2008/03/11 19:22:47  stephend
// added DMenu nav arrow
//
// Revision 1.4  2007/07/05 21:21:46  stephend
// Updated DeluxeMenu Behavior
//
// Revision 1.3  2007/07/05 21:07:15  stephend
// Integrated Flash w/CMT groups, added CMT modules
//
// Revision 1.2  2007/07/02 23:22:07  stephend
// Flash & CMT build
//
// Revision 1.1  2007/06/27 18:39:33  stephend
// Initial check-in.
//
// 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: url(../images/nav.calendar.off.jpg) no-repeat;
	cursor: hand;
	width:139px;height:66px;
}

.navItem1On {
	background: url(../images/nav.calendar.on.jpg) no-repeat;
	cursor: hand;
	width:139px;height:66px;
}

.navItem2Off {
	background: url(../images/nav.buytix.off.jpg) no-repeat;
	cursor: hand;
	width:126px;height:66px;
}

.navItem2On {
	background: url(../images/nav.buytix.on.jpg) no-repeat;
	cursor: hand;
	width:126px;height:66px;
}

.navItem3Off {
	background: url(../images/nav.venues.off.jpg) no-repeat;
	cursor: hand;
	width:126px;height:66px;
}

.navItem3On {
	background: url(../images/nav.venues.on.jpg) no-repeat;
	cursor: hand;
	width:126px;height:66px;
}

.navItem4Off {
	background: url(../images/nav.support.off.jpg) no-repeat;
	cursor: hand;
	width:139px;height:66px;
}

.navItem4On {
	background: url(../images/nav.support.on.jpg) no-repeat;
	cursor: hand;
	width:139px;height:66px;
}

.navItem5Off {
	background: url(../images/nav.contact.off.jpg) no-repeat;
	cursor: hand;
	width:106px;height:66px;
}

.navItem5On {
	background: url(../images/nav.contact.on.jpg) no-repeat;
	cursor: hand;
	width:106px;height:66px;
}

.navSubMenuOff {
	width: 200px; 
	cursor: hand; 
	background-color: #fff;
	padding:0 4px 4px 10px;
	border-top:solid 1px #b2ad87;
}

.navSubMenuOff img, .navSubMenuOn img  {margin-bottom:4px}

.navSubMenuOn { 
	width: 200px; 
	cursor: hand; 
	background-color: #d6c692; 
	padding:0 4px 4px 10px;
	border-top:solid 1px #b2ad87;
}

/*
.navWideSubMenuOff {
	width: 220px; 
	cursor: hand; 
	background-color: #fff;
	padding:0 4px 4px 10px;
	border-top:solid 1px #b2ad87;
}

.navWideSubMenuOn { 
	width: 220px; 
	cursor: hand; 
	background-color: #d6c692; 
	padding:0 4px 4px 10px;
	border-top:solid 1px #b2ad87;
}
.navNarrowSubMenuOff {
	width: 120px; 
	cursor: hand; 
	background-color: #fff;
	padding:0 4px 4px 10px;
	border-top:solid 1px #b2ad87;
}

.navNarrowSubMenuOn { 
	width: 120px; 
	cursor: hand; 
	background-color: #d6c692; 
	padding:0 4px 4px 10px;
	border-top:solid 1px #b2ad87;
}
*/

.navSubMenuTextOff 
{
	height: 22px; 
	width: 200px;
	color: #82431c; 
	cursor: hand; 

}

.navSubMenuTextOn 
{
	height: 22px; 
	width: 200px;
	color: #444614; 
	cursor: hand; 

}

.navTaskbar 
{
	height: 66px; /* The height of our nav bar */
}

.navSubMenuBorder {
	border:solid 1px #b2ad87;
}
