.navbar {
	font-family: Arial, sans-serif !important;
	font-size: 1em !important;
	color: #A1A1A1 !important;
	margin: 9px 0px 6px 0px !important;
	line-height: 30px !important;
}

.navbar-bg {
	text-align: center !important;
}

.navbar-bg ul {
	list-style: none !important;
	margin: 0px !important;
	padding: 0px !important;
}


.navbar-bg ul li {
	list-style-type: none !important;
	display: inline !important;
	padding: 0px 10px 0px 10px !important;
}


.navbar-bg ul li a {
	text-decoration: none !important;
	color: #A1A1A1 !important;
}

.navbar-bg ul li a:visited {
	text-decoration: none !important;
	color: #A1A1A1 !important;
}


.navbar-bg ul li a:hover
{
	text-decoration: none !important;
	color: #eee !important;
}


.navbar-bg ul li.current-page a
{
	text-decoration: none !important;
	 color: #fff !important;
	font-weight: bold !important;
}

