UL.tabNavigation LI {
	display: block;
	list-style:none;
	width: 114px;
	height: 24px;
	margin-right:3px;
	float: left;
	position:relative;
	z-index:1000;
}

UL.tabNavigation LI A {
	width: 114px;
	height: 20px;
	padding-top: 4px;
	text-align:center;
	background-image: url('../images/tab.jpg');
	color: #FFF;
	font-size: 15px;
	font-weight: bolder;
	text-decoration: none;
	display:block;
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
	width: 114px;
	height: 20px;
	padding-top: 4px;
	text-align:center;
	background-image: url('../images/tab_hover.jpg');
	color: #FFF;
	font-size: 15px;
	font-weight: bolder;
	text-decoration: none;
	display:block;
}

UL.tabNavigation LI A:focus {
		outline: 0;
}