.navButton
{
	position:		relative;
	color:			white;
	text-align:		center;
	font-size:		10px;
	font-family:		sans-serif;
	cursor:			pointer;
	border:			0px solid blue;
	white-space:		nowrap;
	padding-top:		0px;
	height:			20px;
	background:		#000000;
	z-index:		5;
}

.navButtonHover
{
	position:		relative;
	color:			white;
	text-align:		center;
	font-weight:		bold;
	font-size:		11px;
	font-family:		sans-serif;
	cursor:			pointer;
	border:			0px solid blue;
	background:		#000000;
	white-space:		nowrap;
	height:			20px;
	z-index:		5;
}

.navCascade
{
	position:		absolute;
	color:			white;
	text-align:		left;
	font-size:		10px;
	font-family:		sans-serif;
	cursor:			pointer;
	border:			1px solid white;
	white-space:		nowrap;
	width:			125px;
	background:		#000000;
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		4px;
	z-index:		3;
}
