.afxNaviBar p
{
	color: #242424;
}

.afxNaviBar li a
{
	color: #242424;
	background-color: white;
	text-decoration: none;
}

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

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

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

.afxNaviBarSep
{
	background-color: #242424;
}

#afxNaviBarItemSelected
{
	color: #242424;
    font-weight: bold;
	background-color: white;
}

#afxNaviBarItemSelected2
{
	color: #242424;
    font-weight: bold;
	background-color: white;
}

