
#FRAME_TABS
{
	position: absolute;
	left: 250px;
	bottom: 50px;
}

.TAB_OFF, .TAB_ON
{
	width: 140px;
	height: 32px;
	float: left;
	background-image: url(/picts/bgr-menu-top.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.TAB_ON
{
	background-image: url(/picts/bgr-menu-top-active.png);
	background-repeat: no-repeat;
}

.TAB_TEXT_OFF, .TAB_TEXT_ON
{
	display: block;
	margin-top: 9px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #830100;
	cursor: pointer;
}

.TAB_TEXT_ON
{
	color: white;
}

.TAB_HREF
{
	text-decoration: none;
}

#TAB_BOTTOM
{
	visibility: hidden;
	z-index: 100;
}

#TAB_BOTTOM2
{
	visibility: hidden;
	z-index: 100;
}

.FLAG
{
	border: 1px solid silver;
}
