table.menu
{ 
  border:2px solid #dddddd;
  background-color:#f8f9f3;
  }

td.menuHead
{ 
  background-color:#eceadb;
  border-bottom:2px solid #dddddd;
 }

td.menuItem
{ 
  vertical-align:middle;
  white-space:nowrap;
  border-bottom:2px solid #dddddd;
  }

a.menuList
{ 
  font-size:12px;
  font-weight:900;
  color:#656565;
  text-decoration:none;
 }

img.menuDot
{ 
  margin-bottom:1px;
  width:6px;
  height:6px;
  border:none;
  }

img.menuDot2
{ 
  width:1px;
  height:1px;
  border:none;
  display:block;
  }

div.menuSubList
{ 
  font-size:10px;
  color:#656565;
  }