.main-nav a:hover {
	background: url(../../images/tab-bg-right.png) left no-repeat;
}

.main-nav a.start:hover {
	background: url(../../images/tab-bg-farlefthover.png) left no-repeat;
}

.main-nav a:hover .end {
	background: url(../../images/tab-bg-farrighthover.png) right no-repeat;
}

.main-nav a:hover .center {
	background: url(../../images/tab-bg-centerhover.png);
	color: white;
}

.main-nav a:hover .right {
	background: url(../../images/tab-bg-farrighthover.png) right no-repeat;
	padding-right: 56px;
	margin-right: -28px;
	position: relative
}
