div.hoverBtn {
	position: 		relative;
	float:			left;
	background:		url(images/navBG.png) repeat-x 0 0 scroll;
	
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			110px;
	height: 		37px;
	text-align: 		center;
	font-size:		10px;
	text-decoration:	none;
	color:			#000;
	background:		transparent none repeat-x 0 0 scroll;
	border-right:#CCCCCC 1px solid;
	margin: auto;
	vertical-align: baseline;
}
div.hoverBtn a:hover{
color:#333333;
}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	left:           0px;
	background:		white url(images/navHover.png) repeat-x 0 0 scroll;
	color:			#000;
}
h1 {
	font-size:		12px;
	margin:			0.5em 0;
}
p {
	padding-top:	10px;
	margin:			0.5em 0;
}

.clear	{ clear: both; }

