#menu_tbl {
  table-layout         : fixed;
  overflow             : hidden;
}

/* メニュー */
.yui-skin-sam .yuimenubar {
  background-image     : url();
  white-space          : nowrap;
  border               : 0;
}

.yui-skin-sam .yuimenubaritemlabel {
  border-width         : 0;
  cursor               : pointer;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu {
  line-height          : 280%;
  font-size            : 110%;
  font-weight          : bold;
  border               : 1px solid #000000;
  background-image     : url(../img/menu_bak1.png);
  background-repeat    : repeat-x;
  background-position  : bottom;
}

/* メニュー マウスが乗ったとき */
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu:hover {
  cursor               : pointer;
  background-image     : url(../img/menu_bak2.png);
  background-repeat    : repeat-x;
  background-position  : bottom;
}


/* サブメニュー */
.yui-skin-sam .yuimenuitemlabel {
  color                : #000000;
  cursor               : pointer;
  border-top           : 1px solid #C0C0C0;
  border-bottom        : 0;
  border-left          : 0;
  border-right         : 0;
}
.yui-skin-sam .yuimenuitemlabel:hover {
  color                : #FFFFFF;
}

.yui-skin-sam .yuimenu .bd   ,
.yui-skin-sam li.yuimenuitem { 
  background-color     : #E0E0E0;
  opacity              : 0.9;
  -moz-opacity         : 0.9;
  filter               : alpha(opacity=90);
} 

/* マウスが乗ったサブメニュー */
.yui-skin-sam li.yuimenuitem-selected { 
  background-color     : #FF0000;
}
