#cats {
	padding: 0;
	width:100%;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1000;
	height: auto;
	overflow-x: hidden;
}
#cats li {
	width: 100%;
	padding: 0 18px;
	float: left;
	list-style: none;
	text-transform: uppercase;
	border-bottom: 10px solid red;
}
#cats li a {
	width: 100%;
	text-align: left;
	padding:10px 0;
	float: left;
	line-height: 30px;
	text-decoration:none !important;
	color: #666;
	background: url('/wp-content/themes/gentle_calm/images/menu-button.png') no-repeat 90% center;
}
#cats li a:hover {
/*	border-bottom:solid 1px #ff3706;*/
	color: #666;
}

#cats li a.active, #cats li a:focus  {
/*	border-bottom:solid 1px #ff3706;*/
	color: #666;
	background: none;
}


#categories {
	overflow:hidden;
	padding:0;
/*	border-bottom:solid 1px #ff3706; */
	padding: 0;
	width:100%;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1000;
}


#categories ul li {
	float:left;
	line-height:20px;
	height:auto;
	list-style: none;
	padding: 0 0 0 18px;
	width:100%;
	display: block;
	background: #f0f0f0;
	border-bottom: 10px dotted #dedede;
}

#categories ul li.information {
	float:left;
	line-height:20px;
	height:auto;
	list-style: none;
	width:100%;
	display: block;
	background: #f0f0f0;
	border-bottom: 10px dotted #dedede;
}

#categories ul li.information h1 {
	font: 20px 'Gotham Bold', Arial, sans-serif;
	color: #f84904;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}

#categories ul li.information p {
	font:12px 'Gotham Book', Arial, sans-serif;
	padding: 10px 30px 20px 0;
	color: #f84904;
}

#categories ul li a {
	text-decoration:none !important;
/*	display: inline; */
	background: url('/wp-content/themes/gentle_calm/images/arrow-button.png') no-repeat 90% center;
	width: 100%;
	text-align: left;
	padding:18px 0;
	color: #f84904;
	text-transform: uppercase;
	display: block;
	float: left;
}

#categories ul li a span, #archives ul li a span, #successes ul li a span {
	float:right;
}
#categories ul li a:hover, #archives ul li a:hover, #successes ul li a:hover {
	color: #333;
}

