@charset "iso-8859-9";
/* CSS Document */



#pageWrap {
	width:					1200px;
	background-color:		transparent;
	margin:					0px auto;
}

#pageBody {
	width:					100%;
	font-family: Trebuchet MS, Helvetica, Arial; font-size: 80%; font-weight:bold 
}

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

}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			140px;
	height: 		40px;
	line-height: 	40px;
	text-align: 	center;
	font-size:		14px;;
	text-decoration:none;
	color:			#000;
	background:		transparent none repeat-x 0 0 scroll;

}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		#5E5E5E  repeat-x 0 0 scroll;
}



