/* CSS Document */

/*- Menu Tabs D--------------------------- */

#tabs {
	font-size:93%;
	line-height:normal;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.tabs {
	background-image: url(images/nav-lower-backing.jpg);
}

.tabs-active {
	background-image: url(images/nav-lower-backing-active.jpg);
}

#tabs-left {
	background-image: url(images/nav-backing-left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:34px
}

#tabs-right {
	background-image: url(images/nav-backing-right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#nav {
	padding-top: 126px;
	height: 40px;
	float: left;
}

#nav-bottom-left {
	background-repeat: no-repeat;
	background-position: left bottom;
	width:16px;
	height:6px;
	float:left;
	clear:left;
}

.nav-bottom-left {
	background-image: url(images/nav-left-lower.jpg);
}

.nav-bottom-left-active {
	background-image: url(images/nav-left-lower-active.jpg);
}

#tabs ul {
	list-style:none;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#tabs li {
	display:inline;
	padding:0;
	margin: 0;
}

#tabs a {
	float:left;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	height:34px;
}

#tabs a span {
	float:left;
	display:block;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
	padding: 10px 14px 0px 10px;
}

#tabs a#currenttab, #tabs a:hover {
	background:url(images/tableft.jpg) no-repeat left top;
}

#tabs a#currenttab span, #tabs a:hover span {
	background:url(images/tabright.jpg) no-repeat right top;
	color:#ffffff;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/

#tabs a span {
	float:none;
}

/* End IE5-Mac hack */


#tabs a:hover span {
	color:#FF9900;
}
