/* Tabbed menu
	Based on: http://www.alistapart.com/articles/slidingdoors2/
----------------------------------------*/
#maintabs {
	position:absolute;
	left:1px;
	top:-43px;
	float:left;
	line-height: normal;
	margin: 0px 0 0px 0px;
	min-width: 158px;
	max-width: 158px;
}

#profileoverview {

    padding: 10px;
    background: url("./images/img_infobg.gif") no-repeat 0% -0px;
    width: 138px;
    text-align: center;
    color: black;
    height: 91px;
}

#profileoverview .xpbar {
    color: #FEDFA2;
    position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        font-size:11px;
        text-align:center;
        width: 100%;
}

#profileoverview .status {
    float: left;
    color: black;
    text-align: left;
    font-size: 11px;
    margin-left: 6px;
}

#profileoverview .money {
    margin-right: 6px;
    float: right;
    text-align: right;
    font-size: 11px;
}

.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 li a {
	float: right;
	width:150px;
	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 li 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:137px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	
}

.rtl #maintabs li a span {
	float: right;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#maintabs li a span, .rtl #maintabs a span { float:none;}
/* End hack */

#maintabs li 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 li a:hover {
	background-position: 0 -39px;
}

#maintabs li a:hover span {
	background-position: 100% -39px;
}

#maintabs #activemaintab a:hover span {
	color: #{NAVBAR_TEXT_COLOR_HOVER_ACTIVE};
}
