/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
$Id$
MENU / TAB RENDERING
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#tabs {
	position: relative;
	width: auto;
	height: 30px;
	text-align: center;
}

#tabs a, #tabs span {
	position: relative;
	margin-right: 1px;
	display:-moz-inline-box; /* FF2 hack */
	display: inline-block;

	width: 131px;
	height: 22px;
	overflow: none;
	color: black;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/menu/tab-off.png) no-repeat;
	padding-top: 8px;
	cursor: pointer;
}

#tabs a:hover {
	background: url(../images/menu/tab-hover.png) no-repeat;
}

#tabs a.active {
	background: url(../images/menu/tab-on.png) no-repeat;
}

#tabs span.settings {
	cursor: default;
	background: url(../images/menu/tab-soon.png) no-repeat;
}
