/*
// $Id: navigation.css,v 1.1 2008/01/04 18:03:35 stephend Exp $
// $Revision: 1.1 $
// $Author: stephend $
//
// $Log: navigation.css,v $
// Revision 1.1  2008/01/04 18:03:35  stephend
// Init build
//
// Revision 1.7  2007/07/31 17:50:31  dennisc
// QA updates to menus.
//
// Revision 1.6  2007/07/26 14:47:35  dennisc
// QA fixes and moved email templates
//
// Revision 1.5  2007/07/25 17:00:29  dennisc
// Updated the styles and site map category.
//
// Revision 1.4  2007/07/25 16:30:08  dennisc
// *** empty log message ***
//
// Revision 1.3  2007/07/25 16:21:49  dennisc
// Added images and flash from designer and styled menus per designer's comp
//
// Revision 1.2  2007/07/12 22:41:40  dennisc
// Updates to the drop down menu and index snippet for CMT testing.
//
// Revision 1.1  2007/07/12 17:38:05  dennisc
// Initial build out of templates and wrapper.
//
// Revision 1.2  2007/07/12 02:04:26  dennisc
// Start of the wrapper and initial 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(/betty-ford/SiteBase/wrap/theme0/images/nav.about.off.jpg);
	width: 156px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 29px;
	background-color: #CCCCCC;
}

.navItem1On {
	background-image: url(/betty-ford/SiteBase/wrap/theme0/images/nav.about.on.jpg);
	width: 156px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 29px;
	background-color: #CCCCCC;
}

.navItem2Off {
	background-image: url(/betty-ford/SiteBase/wrap/theme0/images/nav.agenda.off.jpg);
	width: 67px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 29px;
	background-color: #CCCCCC;
}

.navItem2On {
	background-image: url(/betty-ford/SiteBase/wrap/theme0/images/nav.agenda.on.jpg);
	width: 67px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 29px;
	background-color: #CCCCCC;
}

.navItem3Off {
	background-image: url(/betty-ford/SiteBase/wrap/theme0/images/nav.faculty.off.jpg);
	width: 66px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 29px;
	background-color: #CCCCCC;
}

.navItem3On {
	background-image: url(/betty-ford/SiteBase/wrap/theme0/images/nav.faculty.on.jpg);
	width: 66px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 29px;
	background-color: #CCCCCC;
}

.navItem4Off {
	background-image: url(/betty-ford/SiteBase/wrap/theme0/images/nav.contact.off.jpg);
	width: 91px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 29px;
	background-color: #CCCCCC;
}

.navItem4On {
	background-image: url(/betty-ford/SiteBase/wrap/theme0/images/nav.contact.on.jpg);
	width: 91px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 29px;
	background-color: #CCCCCC;
}

.navSubMenuOff { 
	width: 205px; 
	cursor: hand; 
	margin-left: 0px;
	margin-right: 0px;
}

.navSubMenuOn {
	width: 205px; 
	cursor: hand; 
	margin-left: 0px;
	margin-right: 0px;
}

.navSubMenuTextOff {
	padding-right: 1px; 
	padding-left: 10px; 
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px #999999 solid;
	height: 25px; 
	width: 100%;
	font-size: 12px;
	font-family:Georgia, Times Regular, Serif;
	color: #333333; 
	background-color: #DEDCDD; 
	cursor: hand; 
}

.navSubMenuTextOn {
	padding-right: 1px; 
	padding-left: 10px; 
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px #999999 solid;
	height: 25px; 
	width: 100%;
	font-size: 12px;
	font-family:Georgia, Times Regular, Serif;
	color: #FFFFFF; 
	background-color: #8CBC3F; 
	cursor: hand; 
}

.navTaskbar {
	height: 29px; /* The height of our nav bar */
}

.navSubMenuBorder {
	border: 1px #999999 solid;
}
