#tabbed_box_1 {
	width: auto;
	position: absolute;
	left: 0px;
	top: 15px;
	z-index: 9999;
	text-align: left;
	background: rgba(255,254,255,0.95);
}

.tabbed_area {
	padding: 0px;
	margin: 0px;
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 6px;
}

#left-tab {
	border-left: 10px solid #262626;
}

ul.tabs li {
	list-style: none;
	display: inline;
}

ul.tabs li a {
	color: #262626;
	background: none !important;
	padding: 8px 14px 8px 14px;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

ul.tabs li a:hover {
	color: silver;
}

ul.tabs li a.active {
	background-color: #262626 !important;
	color: white;
}

.content {
	background-color: ;
}

#content_2, #content_3, #content_4 {
	display: none;
}

.content ul {
	padding: 0px;
}

.content ul li {
	list-style: none;
	border-bottom: 1px solid silver;
	font-size: 13px;
}

.content ul li:last-child {
	border-bottom: none;
}

.content ul li a {
	text-decoration: none;
	color: #262626;
	background: none !important;
	padding: 15px 5px 15px 20px;
	display: block;
	margin: 0px;
}

/* Tag is used for URL-specific navigation. 
Example: When viewing 64 Days, Tag styles the Home ← link */

.content ul li a tag {
	color: silver !important;
}

.content ul li a small {
	color: silver;
	background: rgba(255,254,255,0.9);
	position: relative;
	left: 4px;
	top: 0px;
	margin-left: 10px;
	/* Standard */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* future proofing */
	-khtml-border-radius: 5px;
	padding: 5px 8px;
}

.content ul li a:hover {
	color: black;
	background: yellow !important;
}

.content ul li a:hover small {
	
}

.content ul li a:active {
	color: white;
	background: #262626;
}

