




#menu {
background:		black url(images/navBG.png) repeat-x 0 0 scroll;
	width:100%;
}

div.hoverBtn {
	position: 		relative;
	float:			left;
	background:		black url(images/navBG.png) repeat-x 0 0 scroll;
	width:100%;
}



div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			120px;
	height: 		45px;
	line-height: 		30px;
	text-align: 		center;
	font-size:		16px;
	text-decoration:	none;
	color:			#fff;
	background:		transparent none repeat-x 0 0 scroll;margin-left:20px;
}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		white url(images/navHover.png) repeat-x 0 0 scroll;
	margin-left:20px;
}


div.hoverBtnactive {
	position: 		relative;
	float:			left;
	background:		black url(images/navHover.png) repeat-x 0 0 scroll;
	
}


#active {

	background:		black url(images/navHover.png) repeat-x 0 0 scroll;
	color:#FFFFFF;

}




.clear	{ clear: both; }


