/* Navigation Tabs */
#navcontainer {
	position: relative;
	width: 760px;
	height: 30px;
	padding: 0;
	margin: 0 1px 20px 1px;
	background: #8704b4;
}

#nav {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	width: 760px;
	height: 20px;
	overflow: hidden;
}
	
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:20px; /* for IE5/Win */
}

#nav a.selected {
	background-position: 0 -40px;
}

#nav a:hover {
	background-position: 0 -20px;
}

#thome a {
	width: 95px;
	background: url(graphics/FC_CSChome.jpg) top left no-repeat;
}

#tabout a {
	width: 95px;
	background: url(graphics/FC_CSCabout.jpg) top left no-repeat;
}

#tproducts a {
	width: 95px;
	background: url(graphics/FC_CSCproducts.jpg) top left no-repeat;
}

#tfaq a {
	width: 95px;
	background: url(graphics/FC_CSCfaqs.jpg) top left no-repeat;
}

#tresources a {
	width: 95px;
	background: url(graphics/FC_CSCresources.jpg) top left no-repeat;
}

#tpromote a {
	width: 95px;
	background: url(graphics/FC_CSCpromote.jpg) top left no-repeat;
}

#tdemo a {
	width: 95px;
	background: url(graphics/FC_CSCdemo.jpg) top left no-repeat;
}

#tcontact a {
	width: 95px;
	background: url(graphics/FC_CSCcontactus.jpg) top left no-repeat;
}