/*- Menu Tabs--------------------------- */
#tabs {
	float: left;
	font: bold 11px/1.5em Verdana;
	width: 100%;
	background: transparent;
	font-size: 93%;
	line-height: normal;
	position: absolute;
	top: 174px;
}

#tabs ul {
	margin: 0;
	padding: 10px 10px 0 40px;
	list-style: none;
}

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

#tabs a {
	float: left;
	background: url("tableft5.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#tabs a span {
	float: left;
	display: block;
	background: url("tabright5.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float: none;
}

/* End IE5-Mac hack */
#tabs a:hover span {
	color: #FF9834;
}

#tabs a:hover {
	background-position: 0% -42px;
}

#tabs a:hover span {
	background-position: 100% -42px;
}

#tabs #current a {
	background-position: 0% -42px;
	color: #E14F17;
}

#tabs #current a span {
	background-position: 100% -42px;
	color: #FFFFFF;
}

/* CSS Tabs */
#button {
	width: 100%;
	border-right: 0px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-size: 10px;
	background-color: transparent;
	color: #333;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#button li {
	margin: 0;
	list-style: none;
	list-style-image: none;
	background-image: none;
}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 0px solid #1958b7;
	border-right: 0px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 0px solid #1c64d1;
	border-right: 0px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

#button li #active {
	border-left: 0px solid #1c64d1;
	border-right: 0px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

