#tabContentContainer{
	position:relative;
	width:646px;
	background:url(/img/home/tabs/tabMiddle.gif) repeat-y;
}

#tabOverview, #tabCallBrowser, #tabDatabase, #tabGrammar, #tabTranscriber{
	position:relative;
	margin-left:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	width:626px;
}

.tabOverviewSelected{
	background:url(/img/products/speechTuner/tabs/productOverview.gif) no-repeat;
}

.tabCallBrowserSelected{
	background:url(/img/products/speechTuner/tabs/callBrowser.gif) no-repeat;
}

.tabDatabaseSelected{
	background:url(/img/products/speechTuner/tabs/database.gif) no-repeat;
}

.tabGrammarSelected{
	background:url(/img/products/speechTuner/tabs/grammarTester.gif) no-repeat;
}

.tabTranscriberSelected{
	background:url(/img/products/speechTuner/tabs/transcriber.gif) no-repeat;
}

