/*
// $Id: navigation.css,v 1.2 2007/01/22 23:40:07 karenk Exp $
// $Revision: 1.2 $
// $Author: karenk $
//
// $Log: navigation.css,v $
// Revision 1.2  2007/01/22 23:40:07  karenk
// change to ready to be CMT controlled menus/nav
//
// Revision 1.1  2007/01/13 19:14:30  karenk
// *** empty log message ***
//
//
*/
.navItem1Off {
	background-image: url(/PlatinumProperties/PPBase/wrap/theme0/images/nav.1.off.jpg);
	width: 92px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 22px;
	background-color: #CCCCCC;
}

.navItem1On {
	background-image: url(/PlatinumProperties/PPBase/wrap/theme0/images/nav.1.on.jpg);
	width: 92px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 22px;
	background-color: #DDDDDD;
}

.navItem2Off {
	background-image: url(/PlatinumProperties/PPBase/wrap/theme0/images/nav.2.off.jpg);
	width: 162px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 22px;
	background-color: #CCCCCC;
}

.navItem2On {
	background-image: url(/PlatinumProperties/PPBase/wrap/theme0/images/nav.2.on.jpg);
	width: 162px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 22px;
	background-color: #DDDDDD;
}

.navItem3Off {
	background-image: url(/PlatinumProperties/PPBase/wrap/theme0/images/nav.3.off.jpg);
	width: 209px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 22px;
	background-color: #CCCCCC;
}

.navItem3On {
	background-image: url(/PlatinumProperties/PPBase/wrap/theme0/images/nav.3.on.jpg);
	width: 209px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 22px;
	background-color: #DDDDDD;
}

.navItem4Off {
	background-image: url(/PlatinumProperties/PPBase/wrap/theme0/images/nav.4.off.jpg);
	width: 137px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 22px;
	background-color: #CCCCCC;
}

.navItem4On {
	background-image: url(/PlatinumProperties/PPBase/wrap/theme0/images/nav.4.on.jpg);
	width: 137px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 22px;
	background-color: #DDDDDD;
}
.navItem5Off {
	background-image: url(/PlatinumProperties/PPBase/wrap/theme0/images/nav.5.off.jpg);
	width: 105px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 22px;
	background-color: #CCCCCC;
}

.navItem5On {
	background-image: url(/PlatinumProperties/PPBase/wrap/theme0/images/nav.5.on.jpg);
	width: 105px;
	cursor: hand;
	background-repeat: no-repeat;
	height: 22px;
	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: 0px; 
	padding-left: 0px; 
	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: 0px; 
	padding-left: 0px; 
	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 {

}
