
div.hoverBtn {
	position: 		relative;	
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			250px;
	height: 		30px;
	line-height: 		30px;
	text-align: 		center;
	font-size:		1.1em;
	text-decoration:	none;
	color:			rgb(255,255,255);
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		white url(_common/navHover.png) repeat-x 0 0 scroll;
}

.clear	{ clear: both; }

#scheduleHeader {text-align: center;width: 250px;
