

div.hoverBtn {
	position: 		relative;
	float:			left;
	/*background:		black url(../navimage/navBG.png) repeat-x 0 0 scroll;*/
	background:		url(../navimage/one_new.jpg) repeat-x 0 0 scroll;
	text-decoration: none;
	color:			#fff;
}


div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	/*width: 			100px;*/
	width: 			93px;
	height: 		30px;
	line-height: 	25px;
	text-align: 	center;
	font-size:		13px;
	text-decoration:none;
	color:			#fff;
	background:		transparent none repeat-x 0 0 scroll;
	text-decoration: none;
}


div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	/*background:		white url(../navimage/navHover.png) repeat-x 0 0 scroll;*/
	background:		url(../navimage/two_new.jpg) repeat-x 0 0 scroll;
	text-decoration: none;
	color:			#fff;
}

.clear	{ clear: both; }



div.selectedBtn {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 	25px;
	text-align: 	center;
	font-size:		13px;
	text-decoration:none;
	color:			#fff;
	width: 			93px;
	height: 		30px;
	z-index: 		1;
	position: 		relative;
	float:			left;
	/*background:		black url(../navimage/navBG.png) repeat-x 0 0 scroll;*/
	background:		url(../navimage/two_new.jpg) repeat-x 0 0 scroll;
	text-decoration: none;
}


