.NewWayTopGroup
{
	z-index: 99;
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px solid #004a8d;
	width: 95%;
}

.NewWayDefaultTab
{
	color: #004c8e;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

.NewWayDefaultTabHover
{
	color: White;
	background-color: #007ae9;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.NewWaySelectedTab
{
	color: White;
	background-color: #004a8d;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}

.NewWayDisabledTab
{
	color: #AAAAAA;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	cursor: default;
}
