#pageWrap {
	width:					930px;
	background-image:url(images/button.jpg);
	height:43px;
    filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

#pageBody {
	width:					100%;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight:bold;
}

div.hoverBtn {
	position: 		relative;
    float:left;
	/*background:	 url(*images/navBG.png) repeat-x 0 0 scroll;*/
	color:#000;
	
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			132px;
	height: 		43px;
	line-height: 		43px;
	text-align: 		center;
	font-size:1em;
	text-decoration: 	none;
	color:			#fff;
	
}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	color:			#fff;
	border-left:#084861 solid 1px;
	border-top: #084861 solid 1px;
	background:	url(images/navHover.gif) repeat-x 0 0 scroll;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

