#tabNav {
	width: 615px;
	height: 24px;
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	text-align: right;
}
#tabNav ul {
	margin: 0;
	padding-top: 2px;
	list-style: none;
	text-align: center;
}
#tabNav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabNav a {
	float: left;
	width: 100px;
	height: 24px;
	margin-left: 2px;
	padding-top: 8px;
	background: url(../images/img03-100w.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	color: #000000;
}
#tabNav a:hover {
	background-image: url(../images/img04-100w.gif);
}
#tabNav .active a {
	float: left;
	width: 100px;
	height: 24px;
	margin-left: 2px;
	padding-top: 8px;
	background: url(../images/img05-100w.gif);
	text-decoration: none;
	text-align: center;
	color: #000000;
}
