/* TABS **************************************************/
#tabs {
	position: absolute;
	right: 3px;
	top: 0;
	height: 35px;
	z-index: 100;
}
#tabs li a {
	position: relative;
	display: block;
	overflow: visible;
	background-image: url(/media/equideo/image/interface/tabs-background.png);
	background-repeat: no-repeat;
	background-position: -100px top;
}
#tabs li {
	float: left;
	height: 35px;
	position: relative;
	display: block;
	overflow: visible;
}
#tabs li {
	float: left;
	height: 35px;
}
#tabs li a {
	height: 27px;
	padding: 8px 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
	color: #344B15;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
#tabs li a:hover {
	background-position: -100px -65px;
}



#tabs li.left,
#tabs li.left a {
	background-position: left top;
	text-align: right;
}
#tabs li.left a:hover {
	background-position: left -65px;
}

#tabs li.separator {
	width: 2px;
	background: url(/media/equideo/image/interface/tabs-separator.png) no-repeat;
	overflow: hidden;
	z-index: -100;
}

#tabs li.right,
#tabs li.right a {
	background-position: right top;
	text-align: left;
}
#tabs li.right a:hover {
	background-position: right -65px;
}

/* TABS - INTERNAL ***************************************/
#tabs li.logout,
#tabs li.logout a {
	background-image: url(/media/equideo/image/interface/tabs-logout.png);
	background-repeat: no-repeat;
}
#tabs li.logout {
	width: 144px;
	margin-left: -144px;
	background-position: 0 5px;
}
#tabs li.logout a {
	width: 86px;
	padding-left: 8px;
	padding-right: 50px;
	background-position: 0 5px;
	text-align: right;
	color: #FDFFEE;
}
#tabs li.logout a:hover {
	background-position: 0 -33px;
}


/* TABS - SUB ********************************************/
#tabs li a ul,
#tabs li ul {
	position: absolute;
	visibility: hidden;
	top: 30px;
	left: 0;
	border-right: 2px solid #C3C674;
	border-bottom: 2px solid #C3C674;
	border-left: 2px solid #C3C674;
	z-index: 15000;
	white-space: nowrap;
	background-color: #EDEDB8;
}

#tabs li a:hover {
	height: 35px;
}

#tabs li a:hover ul,
#tabs li:hover ul {
	position: absolute;
	visibility: visible;
	z-index: 1000;
}
#tabs li:hover ul li,
#tabs li.left:hover ul li,
#tabs li.right:hover ul li {
	display: block;
}
#tabs li ul li,
#tabs li.left ul li,
#tabs li.right ul li {
	position: relative;
	height: 20px;
	padding: 0;
	float: none;
	background: #EDEDB8 none;
	border-top: 1px solid #C3C674;
	text-align: left;
	z-index: 6500;
}
#tabs li ul li a,
#tabs li.left ul li a,
#tabs li.right ul li a {
	height: 20px;
	line-height: 19px;
	padding: 0 6px 0 6px;
	background: none;
	text-align: left;
}
#tabs li ul li a:hover,
#tabs li.left ul li a:hover,
#tabs li.right ul li a:hover {
	height: 20px;
	background: #EFF3D2 none;
}



#tabs li.home a ul,
#tabs li.home ul {
	left: 100px;
}
#tabs li.home ul li a,
#tabs li.forums ul li a,
#tabs li.rankings ul li a,
#tabs li.help ul li a,
#tabs li.directory ul li a {
	width: 160px;
}

#tabs li ul li.border-top {
	position: absolute;
	width: 172px;
	height: 3px;
	left: 0;
	top: 0;
	background: url(/media/equideo/image/interface/tabs-sub-top-background.png) repeat-x;
	z-index: 7500;
	overflow: hidden;
}
