#slidingmenu a {text-decoration: none; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }

.slidingmenu { overflow: hidden; position: relative; background: #252625; padding-bottom: 100px;}

	.slidingmenu ul { float: left; margin: 0; }

		.slidingmenu li { list-style: none; margin: 0; }

			.sliding-menu a { display: block; padding: 15px 30px;  border-bottom: 1px solid #444241; background: #252625; color: #fff;}

				.slidingmenu a:hover { background: #424143; color: #FFF; }

				.slidingmenu a.nav:before { content: '\25B6'; float: right; margin-left: 1em; vertical-align: top;}

				.slidingmenu a.back { background: #555; color: #FFF; width: 100%;}

				.slidingmenu a.back:before { content: '\25C0'; float: left; margin-right: 1em;  vertical-align: top;}
				
				
.tablet-menu a {text-decoration: none; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }

.tablet-menu { overflow: hidden; position: relative; background: #252625; padding-bottom: 100px;}

	.tablet-menu ul { float: left; margin: 0; }

		.tablet-menu li { list-style: none; margin: 0; }

			.tablet-menu a { display: block; padding: 15px 30px;  border-bottom: 1px solid #444241; background: #252625; color: #fff;}

				.tablet-menu a:hover { background: #424143; color: #FFF; }

				.tablet-menu a.nav:before { content: '\25B6'; float: right; margin-left: 1em; vertical-align: top;}

				.tablet-menu a.back { background: #555; color: #FFF; width: 100%;}

				.tablet-menu a.back:before { content: '\25C0'; float: left; margin-right: 1em;  vertical-align: top;}
	
