
.hoverBtn {
	position: 		relative;
	float:			left;
	background:		black url(images/main_menu_background.jpg) repeat-x 0 0 scroll;
}
.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		30px;
	line-height: 		30px;
	text-align: 		center;
	font-size:		1.1em;
	text-decoration:	none;
	color:			#000;
	background:		transparent none repeat-x 0 0 scroll;
}
.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		white url(images/menu_bg_selected.jpg) repeat-x 0 0 scroll;
}


