.top_menu_table
{
  width:100%;
  height:56px;
  background:url("images/bg.jpg") top left repeat-x;
  margin-top:18px;
}
.top_menu_table tr td { vertical-align:middle; padding:0px 5px 0px 5px; text-align: center;}
.top_menu_table tr td.separator { background:url("images/separator.jpg") left no-repeat;}
.top_menu_table tr td.selector { background:url("images/selector.jpg") left repeat-x;}


.top_menu_table .menu_selected_text
{
  padding:0px;
  font:14px Tahoma;
  color:red;
  width: 100%;
  height: 56px;
}

.top_menu_table a, .top_menu_table span
{
  font:normal 14px Tahoma;
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 14px;
  padding: 22px 0px 16px 0px;
}

.top_menu_table .menu_text{
  text-align: center;
  width: 100%;
  height: 56px;
}
.top_menu_table .menu_text a:hover
{
  text-decoration:underline;
}
