#coda-nav-1  {
	margin: 10px 0px 0px 0px;
	width: 310px;
	display: block;
	background-image: url(../images/tab-top.gif);
	background-repeat: no-repeat;
	padding: 0px 30px 0px 10px;
	z-index: 5;
	height: 35px;
	float: right;
}
.coda-nav {
	margin: 0px;
	padding: 0px;
}

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul {
	display: block;
	overflow: hidden;
	height: 35px;
	margin: 0px;
	padding: 0px;
}
	.coda-nav ul li {
	display: inline;
}
	.coda-nav ul li a {
	color: #74DFEA;
	display: block;
	float: left;
	text-decoration: none;
	height: 35px;
	background-position: 0px -40px;
	background-repeat: no-repeat;
	list-style-type: none;
}
	
	/* Tab nav */
	.coda-nav ul li a.current {
	background-position: 0px 0px;
}
	/* Tab nav hover state */
	.coda-nav ul li a:hover {
	background-position: 0px 0px;
}
#coda-nav-1 ul .newsNavBtn  a{
	background-image: url(../images/news.gif);
	width: 49px;
}
#coda-nav-1 ul .aboutNavBtn  a{
	background-image: url(../images/about.gif);
	width: 80px;
}
#coda-nav-1 ul .galleryNavBtn  a{
	background-image: url(../images/gallery.gif);
	width: 72px;
}
#coda-nav-1 ul .faqNavBtn  a{
	background-image: url(../images/faq.gif);
	width: 40px;
}
#coda-nav-1 ul .menuNavBtn  a{
	background-image: url(../images/menu.gif);
	width: 49px;
}
	.coda-nav-left, .coda-nav-right {
	float: left;
	position: absolute;
	z-index: 4;
}
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {
	color: #FFF;
	padding: 15px;
	width: 15px;
	font-size: 36px;
	height: 15px;
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
	background-color: #0E83A7;
	-moz-border-radius: 10px;
	visibility: hidden;
	}
