.expstickybar.sitemap{
position:absolute;
padding: 0px 0px 15px;
visibility:hidden;
background:#51483B;
font-family: 'Lato', Arial, sans-serif;
font-weight: 400;
font-size:14px;
line-height: 18px;
color:#CCC;
z-index: 6000;
top:auto;
width: 100%;
}

.expstickybar.sitemap img {
}

.expstickybar.sitemap table {
	margin:30px 92px 0;
	width:82%;
	border-bottom:1px dotted #CCC;
}

.expstickybar.sitemap table tr {
	vertical-align: top;
}

.expstickybar.sitemap table tr td {
	width:21%;
	padding-bottom:40px;
}

.expstickybar.sitemap table tr td:first-child {
	width:16%;
}

.expstickybar.sitemap table tr td a:link,
.expstickybar.sitemap table tr td a:visited {
	color:#CCC;
}

.expstickybar.sitemap table tr td a:hover {
	color:#999;
	text-decoration: none;
}

.expstickybar.sitemap td h3 {
	font-size:15px;
}

.expstickybar.sitemap td h3 a {
	color:#999;
}

.expstickybar.sitemap td h3 a:hover {
	color:#FFF;
}

@media (max-width: 979px) {

.expstickybar.sitemap table {
	margin:30px 65px 0;
}
.expstickybar.sitemap table tr td {
	width:25%;
	padding-bottom:40px;
}

.expstickybar.sitemap table tr td:first-child {
	display: none;
}

}
