	.navBox {
		border-bottom-color: #FFFFFF;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-left-color: #FFFFFF;
		border-left-style: solid;
		border-left-width: 1px;
		border-right-color: #FFFFFF;
		border-right-style: solid;
		border-right-width: 1px;
		background-color: #828282;
		position: absolute;
		padding-top: 2px;
		padding-right: 2px;
		padding-left: 2px;
		padding-bottom: 2px;
/*		cursor: pointer;*/
	}

	.rowOver {
		background-color: #FFFFFF;
		color: #828282;
		font-weight: bold;
		font-size: 9pt;
		text-decoration: none;
		cursor: pointer;
		cursor: hand;
		
	}

	.rowOff {
		background-color: transparent;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 9pt;
		text-decoration: none;
		cursor: default;
	}

.navText {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}
