#navtabs {
	font-size: 93%;
	font: 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;                      /* controls height of tabs */
	position: relative;
	top: 155px;
	float: right;
}

#navtabs800 {
	font-size: 93%;
	font: 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;                      /* controls height of tabs */
	position: relative;
	top: 131px;
	float: right;
}

#navtabs ul, #navtabs800 ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

#navtabs li, #navtabs800 li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navtabs a, #navtabs800 a {
	float: left;
	background: url("/site/images/tabs/tab_l_l.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#navtabs a span, #navtabs800 a span {
	float: left;
	display: block;
	background: url("/site/images/tabs/tab_l_r.gif") no-repeat right top;
	padding: 2px 35px 3px 25px;
	color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navtabs a span, #navtabs800 a span {float: none;}
/* End IE5-Mac hack */

#navtabs a:hover span, #navtabs800 a:hover span {
	color: #FFF;
}

#navtabs a:hover, #navtabs800 a:hover {
	background-position: 0% -42px;
}

#navtabs a:hover span, #navtabs800 a:hover span {
	background-position: 100% -42px;
}

#navtabs #current a, #navtabs800 #current a {
	background-position: 0% -42px;
	line-height: 15px;                      /* controls height of active tab */
}

#navtabs #current a span, #navtabs800 #current a span {
	background-position: 100% -42px;
	line-height: 15px;                      /* controls height of active tab */
}

