.NavBarHeader
{
	width: 100%;
	height: 30px;
	border-collapse: collapse;
	background-color: #B98DAC;
}

.NavBarHeader .Arrow
{
	width: 50;
	text-align: center;
}

.NavBarHeader .Arrow A
{
	color: White;
	width: 100%;
	text-decoration: none;
}

.NavBarHeader .Arrow A:hover
{
	color: white;
	background-color: #FF9800;
	text-decoration: none;
	font-weight: bold;
}

.NavBarHeader .Title
{
	color: white;
	font-family: Verdana;
	font-weight: bold;
}

.NavBarTabList
{
	width: 100%;
	border-collapse: collapse;
	background-color: #B98DAC;
}
.NavBarTabList A:active { color:White;}
.NavBarTabList A:hover { color:White;}
.NavBarTabList A:visited { color:White;}
.NavBarTabList A:link { color:White;}

.NavBarTabList .Active
{
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-right: white 1px solid;
	background-color: #FF9800;
}

.NavBarTabList .Active A
{
	color: White;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

.NavBarTabList .Active A:active
{
	color: white;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

.NavBarTabList .ActiveLeft
{
	border-top: white 1px solid;
	border-right: white 1px solid;
	background-color: #FF9800;
}

.NavBarTabList .ActiveLeft A
{
	color: White;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

.NavBarTabList .ActiveLeft A:active
{
	color: white;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

.NavBarTabList .ActiveRight
{
	border-top: white 1px solid;
	border-left: white 1px solid;
	background-color: #FF9800;
}

.NavBarTabList .ActiveRight A
{
	color: White;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

.NavBarTabList .ActiveRight A:active
{
	color: white;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}


.NavBarTabList .NotActive
{
	border-bottom: white 1px solid;
	color: white;
}

.NavBarTabList .NotActive A
{
	color: white;
	font-family: Verdana;
	text-decoration: none;
}

.NavBarTabList .NotActive A:hover
{
	width: 100%;
	background-color: #FF9800;
	color: White;
	font-family: Verdana;
	text-decoration: none;
}

.NavBarTabList .Header
{
	height: 10px;
	background-color: #FF9800;
}

.NavBarWizList
{
	width: 100%;
	border-collapse: collapse;
	background-color: linen;
}

.NavBarWizList .Active
{
	border-top: white 2px solid;
	border-right: white 2px solid;
	border-bottom: white 2px solid;
	background-color: #FF9800;
	color: tomato;
	font-family: Verdana;
}

.NavBarWizList .Active A
{
	font-family: Verdana;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.NavBarWizList .Active A:hover
{
	width: 100%;
	background-color: tomato;
	color: #FF9800;
	font-weight: bold;
}

.NavBarWizList .ActiveLeft
{
	border-top: white 2px solid;
	border-right: white 2px solid;
	border-bottom: white 2px solid;
	background-color: #FF9800;
	color: tomato;
	font-family: Verdana;
}

.NavBarWizList .ActiveLeft A
{
	font-family: Verdana;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.NavBarWizList .ActiveLeft A:hover
{
	width: 100%;
	background-color: tomato;
	color: #FF9800;
	font-weight: bold;
}

.NavBarWizList .ActiveRight
{
	border-top: white 2px solid;
	border-right: white 2px solid;
	border-bottom: white 2px solid;
	background-color: #FF9800;
	color: tomato;
	font-family: Verdana;
}

.NavBarWizList .ActiveRight A
{
	font-family: Verdana;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.NavBarWizList .ActiveRight A:hover
{
	width: 100%;
	background-color: tomato;
	color: #FF9800;
	font-weight: bold;
}


.NavBarWizList .Visited
{
	border-top: tomato 2px solid;
	border-bottom: tomato 2px solid;
	background-color: #FF9800;
}

.NavBarWizList .Visited A
{
	color: white;
	font-family: Verdana;
	text-decoration: none;
}

.NavBarWizList .Visited A:hover
{
	width: 100%;
	background-color: white;
	color: #FF9800;
	font-weight: bold;
}

.NavBarWizList .Next A
{
	color: white;
	font-family: Verdana;
	text-decoration: none;
}

.NavBarWizList .Next A:hover
{
	width: 100%;
	background-color: #FF9800;
	font-weight: bold;
}

.NavBarWizList .NotVisited
{
	color: white;
}