/*
// $Id: navigation.css,v 1.1 2007/10/29 17:31:11 karenk Exp $
// $Revision: 1.1 $
// $Author: karenk $
//
// $Log: navigation.css,v $
// Revision 1.1  2007/10/29 17:31:11  karenk
// *** empty log message ***
//
// Revision 1.2  2007/10/29 17:27:55  karenk
// *** empty log message ***
//
//
//
*/
.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;
}
