
.top_nav_item {
	height: 33px;
	width: 95px;
	
	float: left;

	background-color: transparent;
}

	.top_nav_item-text {
		padding-top: 11px;
		text-align: center;
		
		font-size: 11px;
		color: #bcbec0;
	}
	
.top_nav_item_active {
	height: 33px;
	width: 95px;
	
	float: left;

	background-color: #231f20;
}

