body.custom {
	background: #ff9520;
}

.custom #page {
	padding-top: 20px;
	padding-bottom: 0px;
	background-color: #fff;
}

.custom #header {
	background:transparent url(images/HealthyVegan.jpg) no-repeat scroll 0 0;
	border-bottom-style:none;
	height:55px;
	left:-3px;
	position:relative;
	width:100%;	
}

.custom ul#tabs, .custom ul#tabs li {
	border-style: none;
	background: url(images/nav.png) repeat-x;
	height: 36px;
}

.custom ul#tabs {
	margin-bottom: 0px;
}

.custom ul#tabs li a {
	color: #fff;
	height: 36px;
	padding: 10px 1.5em 0;
}

.custom ul#tabs li.current_page_item, ul#tabs li.current-cat {
	padding-bottom: 0;
}

.custom ul#tabs li a:hover, ul#tabs li.current-cat a:hover {
	color: #ff0;
	text-decoration: none;
	background: url(images/nav.png) repeat-x 0 -36px;	
}

.custom ul#tabs li ul {display:none; position:absolute; list-style:none;}
	.custom ul#tabs li ul li {float:none;}

.custom ul#tabs li:hover ul {
	display: block;
	background-color: #93BCED;
}

.custom #sidebars {
	background-color: #E2F3BE;
}

.custom .headline_area {
        display: none;
}