#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/esProductOverview.gif) no-repeat;
}

.tabCallBrowserSelected{
	background:url(/img/products/speechTuner/tabs/esCallBrowser.gif) no-repeat;
}

.tabDatabaseSelected{
	background:url(/img/products/speechTuner/tabs/esDatabase.gif) no-repeat;
}

.tabGrammarSelected{
	background:url(/img/products/speechTuner/tabs/esGrammarTester.gif) no-repeat;
}

.tabTranscriberSelected{
	background:url(/img/products/speechTuner/tabs/esTranscriber.gif) no-repeat;
}

