.top-nav-button{
	cursor: pointer;
}
.top-nav{
	position: absolute;
	z-index: 99999;
}
.top-nav.tn-hide{
	display: none;
}
.top-nav-inner{
	display: table;
	table-layout: fixed;
	background: #FFFFFF;
	border: 1px solid #d1d0d0;
	margin-top: 10px;
	position: relative;
    -moz-box-shadow:0 1px 10px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
}
.top-nav-inner:after, .top-nav-inner:before{
	bottom: 100%;
	top: -20px;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.top-nav-inner:after{
	border-color: rgba(209, 208, 208, 0);
	border-bottom-color: #ffffff;
	border-width: 11px;
	margin-left: -11px;

}
.top-nav-inner:before{
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #d1d0d0;
	border-width: 10px;
	margin-left: -10px;
}
.top-nav-column{
	display: table-cell;
	min-width: 230px;
	max-width: 250px;
	border-left: 1px solid #d1d0d0;
	padding-top: 2px;
}
.top-nav-column:first-child{
	border-left-width: 0;
}
.top-nav-column.tn-hide{
	display: none;
}
.top-nav-items{
}
.top-nav-items.tn-hide{
	display: none;
}
.top-nav-item{
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #000;
	position: relative;
}
.top-nav-item.tn-hover{
	background-color: #f3f0eb;
	color: #000;
}
.top-nav-item.with-children:after, .top-nav-item.with-children:before{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-left: -15px;
}
.top-nav-item.with-children:after{
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 5px;
	margin-top: -5px;
}
.top-nav-item.tn-hover.with-children:after{
	border-left-color: #f3f0eb;
}
.top-nav-item.with-children:before
{
	border-color: rgba(209, 208, 208, 0);
	border-left-color: #d1d0d0;
	border-width: 6px;
	margin-top: -6px;
}