a:focus
{
  -moz-outline-style: none;
}

.news a
{
	display:block;
	width: 111px;
	height: 41px;
	background-color: black;
	background: url("../images/buttons/news_button.jpg") 0 -287px no-repeat;
	text-decoration: none;
}

.news a:hover
{	
	background-position: 0 -82px;
}

.bio a
{
	display:block;
	width: 70px;
	height: 41px;
	background-color: black;
	background: url("../images/buttons/bio_button.jpg") 0 -287px no-repeat;
	text-decoration: none;
}

.bio a:hover
{	
	background-position: 0 -82px;
}

.disco a
{
	display:block;
	width: 115px;
	height: 41px;
	background-color: black;
	background: url("../images/buttons/disco_button.jpg") 0 -287px no-repeat;
	text-decoration: none;
}

.disco a:hover
{	
	background-position: 0 -82px;
}

.tour
{
	display:block;
	width: 100px;
	height: 41px;
	background-color: black;
	background: url("../images/active/menu_tour.jpg") no-repeat;
	text-decoration: none;
}

.inter a
{
	display:block;
	width: 188px;
	height: 41px;
	background-color: black;
	background: url("../images/buttons/inter_button.jpg") 0 -287px no-repeat;
	text-decoration: none;
}

.inter a:hover
{	
	background-position: 0 -82px;
}

.contact a
{
	display:block;
	width: 139px;
	height: 41px;
	background-color: black;
	background: url("../images/buttons/contact_button.jpg") 0 -287px no-repeat;
	text-decoration: none;
}

.contact a:hover
{	
	background-position: 0 -82px;
}