table {
  width: 243px;/*243px 250*/
  border-spacing: 0;
  font-size:11px;
  font-weight: normal;
  line-height: 14px;
  color:#555;
}
table th {
  color: #ffffff;
  padding: 3px 5px;
  background: #fff2b9;
  background-image: url(../images/title/menutitle.png);
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  line-height: 100%;
  text-align: left;
  height: 10px;
}
table.menu th.menu:first-child {
  border-left:1px solid #aaa;
  border-radius: 5px 5px 0 0;	
}
table.menu th.menu:last-child {
  border-radius:5px 5px 0 0;
  border-right:1px solid #aaa;
}
table.menu tr.menu td.menu {
  padding: 0px 1px;/* 0 5 */
  text-align: left;
  height: 10px;
}
table.menu tr.menu td.menu:first-child {
  border-left: 1px solid #aaa;
}
table.menu tr.menu td.menu:last-child {
  border-right: 1px solid #aaa;
}
table.menu tr.menu {
  background: #fff;
}
table.menu tr.menu:last-child td {
  border-bottom:1px solid #aaa;
}
#col1 {
  border-radius: 0 0 0 5px;
}
#col2 {
  border-radius: 0 0 5px 0;
}
#colall {
  border-radius: 0 0 5px 5px;
}
a.menu {
text-decoration: none;
  color: #555;
}

img.menu {
border-style:none;
}

a.menu:hover#menuitem {
	color: red; 
} 
