/*
// $Id: navigation.css,v 1.1 2006/11/22 22:46:09 stephend Exp $
// $Revision: 1.1 $
// $Author: stephend $
//
// $Log: navigation.css,v $
// Revision 1.1  2006/11/22 22:46:09  stephend
// Finally...
//
// 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(/);
	width: 100px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 38px;
	background-color: #CCCCCC;
}

.navItem1On {
	background-image: url(/);
	width: 100px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 38px;
	background-color: #DDDDDD;
}

.navItem2Off {
	background-image: url(/);
	width: 100px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 38px;
	background-color: #CCCCCC;
}

.navItem2On {
	background-image: url(/);
	width: 100px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 38px;
	background-color: #DDDDDD;
}

.navItem3Off {
	background-image: url(/);
	width: 100px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 38px;
	background-color: #CCCCCC;
}

.navItem3On {
	background-image: url(/);
	width: 100px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 38px;
	background-color: #DDDDDD;
}

.navItem4Off {
	background-image: url(/);
	width: 100px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 38px;
	background-color: #CCCCCC;
}

.navItem4On {
	background-image: url(/);
	width: 100px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 38px;
	background-color: #DDDDDD;
}

.navSubMenuOff { 
	width: 200px; 
	cursor: hand; 
	margin-left: 0px;
	margin-right: 0px;
}

.navSubMenuOn {
	width: 200px; 
	cursor: hand; 
	margin-left: 0px;
	margin-right: 0px;
}

.navSubMenuTextOff {
	padding-right: 1px; 
	padding-left: 8px; 
	padding-top: 0px;
	padding-bottom: 0px; 
	height: 16px; 
	width: 100%;
	font-size: 11px;
	font-family: Verdana; 
	color: #501D3C; 
	background-color: #F4F6E0; 
	cursor: hand; 
}

.navSubMenuTextOn {
	padding-right: 1px; 
	padding-left: 8px; 
	padding-top: 0px;
	padding-bottom: 0px;
	height: 16px; 
	width: 100%;
	font-size: 11px;
	font-family: Verdana; 
	color: #990000; 
	background-color: #F4F6E0; 
	cursor: hand; 
}

.navTaskbar {
	height: 38px; /* The height of our nav bar */
}

.navSubMenuBorder {
	border: 1px #5D2D4C solid;
}
