
#tab {
	color: #ffffff;
	voice-family: "\"}\""; voice-family: inherit;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 13px;
	position: absolute;
	top: 69px;
	left: 416px;
	width: 540px;
	background: #DAE0D2 url("./images/tab/tab_bg.gif") repeat-x top;
	line-height: normal;
	padding-top: 0px;
}
#tab ul {
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-left: 30px;
	list-style: none;
}
#tab li {
	float: left;
	background: url("./images/tab/tab_left_both.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 1px 5px;
	line-height: 32px;
}
#tab a {
	float: left;
	display: block;
	width: 1px;
	background: url("./images/tab/tab_right_both.gif") no-repeat right top;
	padding: 8px 15px 5px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	height: 28px;
}
#tab > ul a { width: auto; }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/

#tab a { float: none; }

    /* End IE5-Mac hack */

#tab a:hover {
	color: #765;
}
#tab #current {

	background-position: 0 -150px;
	border-width: 0;
}
#tab #current a {

	background-position: 100% -150px;
	padding-bottom: 5px;
	color: #765;
}
#tab li:hover, #tab li:hover a {
	background-position: 0% -150px;
	color: #765;
}
#tab li:hover a {
	background-position: 100% -150px;
}
