﻿#tab-nav {
	height: 51px;
	background: url(/Style%20Library/Images/beige-bg.gif) top left repeat-x;
}
.participants-tabs li {
	display: block;
	float: left;
	margin-top: 1px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	vertical-align: middle;
	border-right: 1px #cccac2 solid;
	/* cursor: pointer; */
}

.participants-tabs li a{
	text-decoration: none;
}

.participants-tabs li.last-child {
	border-right: 0px!important;
	}
.tab-active {
	background: url(/Style%20Library/Images/yellow-action-option.gif) top left repeat-x;
	height: 45px!important;
	position: relative;
	top: -2px;
	padding-top: 2px;
	color: #16415c;
	font-weight: bold;
	position: relative;
	/* cursor: default!important; */
}
/* .tab-active:hover {
	color: #16415c!important;
} */
.tab-active .arrow {
	background: url(/Style%20Library/Images/yellow-arrow-option.gif) top left no-repeat;
	width: 23px;
	height: 9px;
	position: absolute;
	left: 50%;
	margin-left: -11.5px;
	bottom: -8px;
}
/* .participants-tabs li:hover {
	color: #2772a1;
} */
