#footer-nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 665px;
	padding-top: 20px;
}

.nav-tabs,
.nav-pills2 {
	*zoom: 1;
}

.nav-pills2 ul.unstyled, ol.unstyled {
    list-style: outside none none;
    margin-left: 0px;
	width: 152px;
}

.nav-tabs:before,
.nav-tabs:after,
.nav-pills2:before,
.nav-pills2:after {
	display: table;
	content: "";
	line-height: 0;
}

.nav-tabs:after,
.nav-pills2:after {
	clear: both;
}

.nav-tabs > li,
.nav-pills2 > li {
	float: left;
}

.nav-tabs > li > a,
.nav-pills2 > li > a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
}

.nav-pills2 > li > a {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 1px;
	font-size: 11px;
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

.nav-pills2 li.deeper > a  {
	background-color: #000000;
	color: #ffffff;
	margin-right: 12px;
}

.nav-pills2 li.item-101 {
	display: none;
}

.nav-pills2 > .active > a,
.nav-pills2 > .active > a:hover,
.nav-pills2 > .active > a:focus {
	color: #fff;
	background-color: #08c;
}

.nav-pills2.nav-stacked > li > a {
	margin-bottom: 3px;
}

.nav-pills2.nav-stacked > li:last-child > a {
	margin-bottom: 1px;
}

.nav-pills2 .dropdown-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills2 .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
	color: #fff;
	background-color: #999;
	border-color: #999;
}

.navigation .nav-pills2 {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.header .nav-pills2 > li > a {
		border: 1px solid #ddd;
		border-bottom: 0;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-right: 0;
	}
	.header .nav-pills2 > li:first-child > a {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
	.header .nav-pills2 > li:last-child > a {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		border-bottom: 1px solid #ddd;
	}
	
	.nav-pills2 > li {
		float: none;
	}
	.nav-pills2 > li > a {
		margin-right: 0;
	}
	.nav-pills2 > li > a {
		margin-bottom: 3px;
	}
	.nav-pills2  > li:last-child > a {
		margin-bottom: 1px;
	}
	
}