a.nav_about {
	background: url(../images/nav_about_off.gif) no-repeat left center;
	text-align: center;
	display: block;}
a.nav_about:link, a.nav_about:visited { 
	text-decoration: none;}
a.nav_about:hover { 
	background: url(../images/nav_about.gif) no-repeat left center;}

a.nav_news {
	background: url(../images/nav_news_off.gif) no-repeat left center;
	text-align: center;
	display: block;}
a.nav_news:link, a.nav_news:visited { 
	color: #000000; text-decoration: none;}
a.nav_news:hover { 
	background: url(../images/nav_news.gif) no-repeat left center;}

a.nav_store {
	background: url(../images/nav_store_off.gif) no-repeat left center;
	text-align: center;
	display: block;}
a.nav_store:link, a.nav_store:visited { 
	text-decoration: none;}
a.nav_store:hover { 
	background: url(../images/nav_store.gif) no-repeat left center;}
	
a.nav_multimedia {
	background: url(../images/nav_multimedia_off.gif) no-repeat left center;
	text-align: center;
	display: block;}
a.nav_multimedia:link, a.nav_multimedia:visited { 
	color: #000000; text-decoration: none;}
a.nav_multimedia:hover { 
	background: url(../images/nav_multimedia.gif) no-repeat left center;}
	
a.nav_mobile {
	background: url(../images/nav_mobile_off.gif) no-repeat left center;
	text-align: center;
	display: block;}
a.nav_mobile:link, a.nav_mobile:visited { 
	color: #000000; text-decoration: none;}
a.nav_mobile:hover { 
	background: url(../images/nav_mobile.gif) no-repeat left center;}
	
