/* CSS Document */

/* ---------------------------------------------------------------------------------------------------------------------------------
--	Menu objects
--------------------------------------------------------------------------------------------------------------------------------- */
.menu a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	border-radius: 8px;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	vertical-align: middle;
	font-style: oblique;
	color: #FFF;
}
.menu.sect {
	margin-top: 1em;
}
.menu.sect a {
	text-indent: 1em;
	background-image: url(../../Images/Layout/Menu/btn-tab.png);
}
.menu.sect a:hover {
	/* [disabled]color: #FFF; */
	background-image: url(../../Images/Layout/Menu/btn-tab=active.png);
}
.menu.sect a:focus {
	background-image: url(../../Images/Layout/Menu/btn-tab-active.jpg);
	font-weight: bold;
}
.menu.sect a:active {
	background-image: url(../../Images/Layout/Menu/btn-tab-active.jpg);
	font-weight: bold;
}
.menu.page {
}
.menu.page a {
	background-image: url(../../Images/Layout/Menu/btn-tab.png);
	margin-left: 1em;
	text-indent: 1em;
	width: auto;
}
.menu.page a:hover {
	background-image: url(../../Images/Layout/Menu/btn-tab=active.png);
	font-weight: bold;
}
.menu.page a:focus {
	font-weight: bold;
	background-image: url(../../Images/Layout/Menu/btn-tab=active.png);
}
.menu.page a:active {
	font-weight: bold;
	background-image: url(../../Images/Layout/Menu/btn-tab=active.png);
}
