
div.hoverBtn {
	position: 		relative;
	float:			left;

}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			148px;
	height: 		45px;
	line-height: 		45px;
	text-align: 		center;
	
	text-decoration:	none;
	color:			#1454a0;
	background:		transparent none repeat-x 0 0 scroll;
	
	font-size:16px;	
	font-weight:bold;
}

.active  {
background:		white url(images/navHover.png) repeat-x 0 0 scroll;
position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			148px;
	height: 		45px;
	line-height: 		45px;
	text-align: 		center;
	
	text-decoration:	none;
	float:			left;
	color:#c9e2ff;
	font-size:16px;	
	font-weight:bold;
		
}


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; }


