a  { font-weight:normal;	font-size: 12px;		text-decoration: none;	}

div.hover_off {
	position: relative;
	width: 87px;
	height: 25px;
	background: url('../images/menu_bg.gif') no-repeat 0 0 scroll;
	
}
div.hover_off a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 87px;
	height: 25px;
	text-align: 		center;
	color:			#000;
	background:		transparent none -x 0 0 scroll;
}
div.hover_off div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 87px;
	height: 25px;
	_margin-top: -25px;
	#margin-top: -25px;
	margin-top: -25px;
	border:			0px solid #000;
	background: url('../images/menu_bg.gif') no-repeat 0 0 scroll;
	background-position:bottom;
}

div.hover_active {
	position: 		relative;
	width: 87px;
	height: 25px;
	background: url('../images/menu_bg.gif') no-repeat 0 0 scroll;
	background-position:bottom;
}
div.hover_active a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 87px;
	height: 25px;
	text-align: 		center;
	color:			#000;
	background:		transparent none -x 0 0 scroll;
}
div.hover_active div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 87px;
	height: 25px;
	_margin-top: -25px;
	#margin-top: -25px;
	margin-top: -25px;
	border:			0px solid #000;
	background: url('../images/menu_bg.gif') no-repeat 0 0 scroll;
	background-position:bottom;
}


