div.hoverBtn {
	position: 		relative;
	float:			left;
	background:		black url(ColorFadingMenu/images/navBG.png) repeat-x 0 0 scroll;
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		30px;
	line-height: 		30px;
	text-align: 		center;
	font-size:		1.1em;
	text-decoration:	none;
	color:			#000;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		white url(ColorFadingMenu/images/navHover.png) repeat-x 0 0 scroll;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #595959;
	background-image: url(images/body-tail.gif);
	background-repeat: repeat-x;
	background-position: top;
}
