/* Tabbed menu
	Based on: http://www.alistapart.com/articles/slidingdoors2/
----------------------------------------*/
#maintabs {
	position:absolute;
	left:1px;
	top:-2px;
	float:left;
	line-height: normal;
	margin: 0px 0 0px 0px;
	min-width: 158px;
	max-width: 158px;
}

.rtl #maintabs {
	margin: 0 7px -6px 0;
}

#maintabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#maintabs li {
	display: block;
	margin: 0;
	padding: 0;
	left:0px;
	width:158px;
	font-size: 0.85em;
	font-weight: bold;
}

#maintabs a {
	float: right;
	width:148px;
	height: 39px;
	left:0px;
	background:url("./images/btn_navi.gif") no-repeat 0% -0px;
	margin: 0 1px 0 1px;
	padding: 0 0 0 7px;
	text-decoration: none;
	position: relative;
	border-bottom: 0px dotted #957b63;
	text-align: center;
}

.rtl #maintabs a {
	float: right;
}

#maintabs a span {
	position:relative;
	top:5px;
	float: left;
	display: block;
	padding: 7px 10px 4px 4px;
	color: #{NAVBAR_TEXT_COLOR_LIGHT};
	color: #000000;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size:12px;
	width:125px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	
}

.rtl #maintabs a span {
	float: right;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#maintabs a span, .rtl #maintabs a span { float:none;}
/* End hack */

#maintabs a:hover span {
	color: #{NAVBAR_TEXT_COLOR_HOVER};
}

#maintabs #activemaintab a {
	background-position: 0 -78px;
}
#maintabs #activemaintab a:hover {
	background-position: 0 -39px;
}

#maintabs #activemaintab a span {
	background-position: 100% 0;
	padding-bottom: 0px;
	color: #{NAVBAR_TEXT_COLOR_DARK};
}

#maintabs a:hover {
	background-position: 0 -39px;
}

#maintabs a:hover span {
	background-position: 100% -39px;
}

#maintabs #activemaintab a:hover span {
	color: #{NAVBAR_TEXT_COLOR_HOVER_ACTIVE};
}
