.con {  /* for centering the tab + set width */
			width: 0px;
			margin: 0 auto;
}

ul.tab.dark {
	list-style: none;
	margin-top: 0px;

	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

.tab.dark a {
	background: #262930;
	display: block;
	color: #dddddd;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	text-decoration: none;
	padding: 20px;
	border-bottom: 1px solid #17191f;
	border-top: 1px solid rgba(255,255,255,0.1);
	position: relative;
}

.tab.dark li:last-child a {
	border-bottom: 0;
}

.tab.dark li:hover a {
	background: #17191f;
	color: white;
	text-shadow: 0 0 6px rgba(255,255,255,0.6);
}

.tab.dark p {
	font-size: .9em;
	background: #fff;
	color: #777;
	padding: 0 20px;
	height: 0;
	overflow: hidden;
	line-height: 1.8;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.tab.dark li:hover p {
	height: 100px;
	padding: 20px;
}

/* -------------------------------- 

Icons 

-------------------------------- */

.tab.dark a.about:after {
	content: '';
	height: 16px;
	width: 16px;
	background: url(../img/about-dark.png) no-repeat;
	position: absolute;
	right: 1em;
}

.tab.dark a.history:after {
	content: '';
	height: 16px;
	width: 16px;
	background: url(../img/history-dark.png) no-repeat;
	position: absolute;
	right: 1em;
}

.tab.dark a.contact:after {
	content: '';
	height: 16px;
	width: 16px;
	background: url(../img/contact-dark.png) no-repeat;
	position: absolute;
	right: 1em;
}