


div.hoverBtn {
	position: 		relative;
	float:			left;
	background:		black url(/images/navBG.png) repeat-x 0 0 scroll;
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	/*width: 			84px;*/
	height: 		37px;
	line-height: 		37px;
	text-align: 		center;
	font-size:		11px;
	text-decoration:	none;
	color:			#999999;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		white url(/images/navHover.png) repeat-x 0 0 scroll;
}

.clear	{ clear: both; }

