* 		{ padding: 0; margin: 0;  }


#pageWrap {
	width:					800px;
	background-color:		transparent;
	margin:					14px 0 0 80px;
}

#pageBody {
	
}

div.hoverBtn {
	position: 		relative;
	float:			left;
	
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		51px;
	line-height: 		51px;
	text-align: 		center;
	font-family:Arial;
	font-size:14px;
	text-decoration:none;
	color:			#010d1a;
	font-weight:400;
	text-transform:uppercase;
	
	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; } 


