@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global navigation style sheet for SITE NAME HERE                   */
/* Last Updated: 2008.08.06 by Cory Perry                             */
/*--------------------------------------------------------------------*/

#innerNav {
	background: #fff;
	width: 800px; /*change to 400 for 2 tabs*/
	height: 30px;
	position: relative;
	margin: 0 auto;
}
#nav a {text-decoration: none;}
#nav ul {list-style: none;}
#nav ul li {
	display: block;
	float: left;
	width: 200px;
	height: 30px;
}
#nav ul li a {
	background: url(../images/tab.jpg);
	display: block;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	height: 100%;
}
#nav ul li a:hover {
	color: #000;
	background: url(../images/tab.jpg) 0 -32px;
}
#nav ul li a.active {
	background: url(../images/tab.jpg) 0 -64px;
	border-bottom: 1px solid #ff0000;
}