/*Tabs For AJAX SPOT TOOL*/

ul#tabNavigation_spotlight {
	margin: 0px;
	margin-left: 3px;
	position: relative;
	z-index: 300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	height: 24px;
}

ul#tabNavigation_spotlight li{
	list-style:none;
	float: left;
	margin:0px;
	padding: 0px;
	height: 24px;
}

ul#tabNavigation_spotlight li a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #281F00 !important;
	text-decoration: none;
	margin:0px;
	padding: 0px;
}

ul#tabNavigation_spotlight li a:hover
{
	text-decoration: underline;
}


ul#tabNavigation_spotlight li.step_off a{
	background-image: url(/images/tab-left_off.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	background-position: left top;
	color: #594916;
}

ul#tabNavigation_spotlight li.step_off a span {
	display: block;
	padding: 5px 5px 4px 6px;
	background-image:url(/images/tab-right_off.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

ul#tabNavigation_spotlight li{
	margin-right: 3px;
}

ul#tabNavigation_spotlight li a span {
	display: block;
	padding: 5px 5px 4px 6px;
	background-image:url(/images/tab-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

ul#tabNavigation_spotlight li.step_off a:hover{
	background-image: url(/images/tab-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#000000;
	text-decoration: none;
}

ul#tabNavigation_spotlight li.step_off a:hover span{
	background-image: url(/images/tab-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: none;
	padding-bottom: 5px;
}

ul#tabNavigation_spotlight li.step_on {
	background-image: url(/images/tab-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	cursor: default;
}

ul#tabNavigation_spotlight li.step_on a:hover{
	text-decoration: none;
	cursor: default;
	}

