.fixmenu {
	position: fixed;
	_TOP: 27px;
	_POSITION: absolute;
	width: 100%;
	min-width: 1024px;
	top: 27px;
	z-index: 99999;
}

.freemenu {
	position: static;
	width: 100%;
	min-width: 1024px;
	top: 27px;
	z-index: 99999;
}