/* Jarrett Bay Tabs */
#tabs-container{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: url(images/tabs_bkg.jpg) repeat-x bottom;
	margin: 0 0 20px 0;
	height: 50px;
	overflow: hidden;
	line-height: 22px;
	text-align: left;
}
#tabs{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#tabs ul{
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#tabs li{
	float: left;
	width: 160px;
	height: 50px;
	background: url(images/tabs.png) no-repeat;
}
#tabs li a{
	color: #333;
	display: block;
	padding: 7px 0 0 15px;
	margin-top: 12px;
	height: 31px;
	overflow: hidden;
}
#tabs li:hover{
	background-position: -160px 0;
}
#tabs li.active a{
	color: #fff;
}
#tabs li a:link, #tabs li a:visited {
	text-decoration: none;
}
#tabs li a:hover, #tabs li a:active {
	text-decoration: underline;
}

#tabs li.active{
	background-position: -320px 0;
}
#tabs li img{
	float: left;
	margin-top: -3px;
}