/* Begin CSS Nav Reset */
.custom ul#tabs {border-bottom:none; border-left:none;}
	.custom ul#tabs li {margin-bottom:0; border:none; background:none;}
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0;}
	.custom ul#tabs li.rss {}
		.custom ul#tabs li a {}
		.custom ul#tabs li a:hover {text-decoration:none;}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}
/* End CSS Nav Reset */
		
/* Begin Thesis Nav Dropdown styling */
.custom ul#tabs li ul {display:none; position:absolute; list-style:none;}
	.custom ul#tabs li ul li {float:none;
	background-color: #333;
}			
.custom ul#tabs li:hover ul {display:block;}
/* End Thesis Nav Dropdown styling */

body.custom {
	background: #060 url(images/back.png) repeat-x;
}

.custom #page {
	background-color: #fff;
}

.custom #header {
	padding: 0;
	border: none;
	height: 98px;
	background: transparent url(images/head.png) no-repeat;
	display: none;
}

.custom ul#tabs { 
	background: #fff url('images/menuback.png') repeat-x; 
	height: 43px;
}

.custom	ul#tabs li a {
	color: #fff;
}

.custom ul#tabs li a:hover { 
	color: #ffcb00;
	line-height: 1.1em;
}

ul#tabs li.rss a {
	background:transparent url(images/icon-rss.gif) no-repeat scroll 100% 50%;
	margin-right:5px;
	padding-right:16px;
}

.custom .slideshow {
	height: 176px;
}

.custom #footer {
	text-align: center;
	color: #fff;
	border-style: none;
	background-color: #006600;
}