﻿ .tablemenu {
   width: 100%;
   border-top: 1px solid #3D5263 ;
   border-bottom: 1px solid #3D5263 ;
 }
 .tdmenu {
   background-image: url('../images/menu_back.gif') ;
   background-repeat: no-repeat ;
   background-position: top right ;
   width: 16.6% ;
   height:39px;
   font-weight: bold;
 }
.tdmenu a {
   font-size: 11px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  background: none;
 }
 .tdmenu a:hover {
  font-size: 11px;
  text-align: left;
  color: #6f3f00;
 }

