div.tab#tab_home a {
	background: url(../../images/en/tab_home.gif) no-repeat center center;
	width: 81px;
}
div.tab#tab_search a {
	background: url(../../images/en/tab_search.gif) no-repeat center center;
	width: 88px;
}
div.tab#tab_prices a {
	background: url(../../images/en/tab_prices.gif) no-repeat center center;
	width: 84px;
}
div.tab#tab_help a {
	background: url(../../images/en/tab_help.gif) no-repeat center center;
	width: 72px;
}
div.tab#tab_categories a {
	background: url(../../images/en/tab_categories.gif) no-repeat center center;
	width: 116px;
}

div.tab_selected#tab_home a {
	background: url(../../images/en/tab_s_home.gif) no-repeat center center;
	width: 81px;
}
div.tab_selected#tab_search a {
	background: url(../../images/en/tab_s_search.gif) no-repeat center center;
	width: 88px;
}
div.tab_selected#tab_prices a {
	background: url(../../images/en/tab_s_prices.gif) no-repeat center center;
	width: 84px;
}
div.tab_selected#tab_help a {
	background: url(../../images/en/tab_s_help.gif) no-repeat center center;
	width: 72px;
}
div.tab_selected#tab_categories a {	
	background: url(../../images/en/tab_s_categories.gif) no-repeat center center;
	width: 116px;
}