.table_menu_border_size {
	width: 175px;
}
.td_navigation_news {
	border: 1px solid #666666;
	height: 27px;
	width: 173px;
	background-image: url(/images/navigation_news.png);
	background-color:#161616;
	background-repeat: no-repeat;
}

#latest_news
{
  	display: block;
  	width: 175px;
  	height: 25px;
	background: url(/images/latest_news_button.png) no-repeat 0 0;
	outline:none;
	border: 1px solid #666666;
}
#latest_news:hover
{ 
	background-position: 0 -25px;
}
#latest_news span
{
	display: none;
}

#news_archive
{
  	display: block;
  	width: 175px;
  	height: 25px;
	background: url(/images/news_archive_button.png) no-repeat 0 0;
	outline:none;
	border: 1px solid #666666;
}

#news_archive:hover
{ 
	background-position: 0 -25px;
}

#news_archive span
{
	display: none;
}

.td_navigation_flipmode_squad {
	border: 1px solid #666666;
	height: 27px;
	width: 173px;
	background-image: url(/images/navigation_flipmode_squad.png);
	background-color:#161616;
	background-repeat: no-repeat;
}

#about
{
  	display: block;
  	width: 175px;
  	height: 25px;
	background: url(/images/about_button.png) no-repeat 0 0;
	outline:none;
	border: 1px solid #666666;
}

#about:hover
{ 
	background-position: 0 -25px;
}

#about span
{
	display: none;
}
#roster
{
  	display: block;
  	width: 175px;
  	height: 25px;
	background: url(/images/roster_button.png) no-repeat 0 0;
	outline:none;
	border: 1px solid #666666;
}

#roster:hover
{ 
	background-position: 0 -25px;
}

#roster span
{
	display: none;
}
#matches
{
  	display: block;
  	width: 175px;
  	height: 25px;
	background: url(/images/matches_button.png) no-repeat 0 0;
	outline:none;
	border: 1px solid #666666;
}

#matches:hover
{ 
	background-position: 0 -25px;
}

#matches span
{
	display: none;
}

.td_navigation_miscellaneous {
	border: 1px solid #666666;
	height: 27px;
	width: 173px;
	background-image: url(/images/navigation_miscellaneous.png);
	background-color:#161616;
	background-repeat: no-repeat;
}
#forum
{
  	display: block;
  	width: 175px;
  	height: 25px;
	background: url(/images/forum_button.png) no-repeat 0 0;
	outline:none;
	border: 1px solid #666666;
}

#forum:hover
{ 
	background-position: 0 -25px;
}

#forum span
{
	display: none;
}
#members
{
  	display: block;
  	width: 175px;
  	height: 25px;
	background: url(/images/members_button.png) no-repeat 0 0;
	outline:none;
	border: 1px solid #666666;
}

#members:hover
{ 
	background-position: 0 -25px;
}

#members span
{
	display: none;
}
#contact
{
  	display: block;
  	width: 175px;
  	height: 25px;
	background: url(/images/contact_button.png) no-repeat 0 0;
	outline:none;
	border: 1px solid #666666;
}

#contact:hover
{ 
	background-position: 0 -25px;
}

#contact span
{
	display: none;
}