.afxNaviBar p
{
	color: #004494;
}

.afxNaviBar li a
{
	color: black;
	background-color: #F6F6FB;
	text-decoration: none;
}

.afxNaviBar ul ul li a
{
	background-color: #F6F6FB;
}

.afxNaviBar ul li a:hover
{
	color: white;
	background-color: #FF6701;
}

.afxNaviBar ul ul li a:hover
{
	color: white;
	background-color: #FF6701;
}

.afxNaviBarSep
{
	background-color: white;
}

#afxNaviBarItemSelected
{
	color: white;
	background-color: #FF6701;
}

#afxNaviBarItemSelected2
{
	color: white;
	background-color: #FF6701;
}

