
@media print and (min-width:480px){
table#manu_table{
	font-size: 0.9em;
	font-weight: 700;
  width: 960px;
}
table#manu_table tr{
  height: 40px;
}
table#manu_table tr.menu_tr td{
  width: 200px;
  text-align: center;
  height: 40px;
  overflow: hidden;
  background-color: #004091;
  color:#FFF;
  text-decoration: none;
}
table#manu_table tr.menu_tr td:last-child{
  border-right: none;
}
table#manu_table tr.menu_tr td.top a{
	color: #fff;
}
table#manu_table tr td.left,table#manu_table tr td.right{
  width: 7px;
}
table#manu_table tr td.top{
  width: 60px;
}
div.menulist{
  display:none;
  position: absolute;
  text-align: left;
  background:none repeat scroll 0 0 #fafafa;
  padding-right: 30px;
}

div.menulist ul{
	font-size:16px;
	line-height: 26px;
}
div.menulist ul li{
    list-style:none;
    padding-left: 10px;
    color:#000;
    font-size: 14px;
}
div.menulist ul li a{
	color:#000;
  font-size: 14px;
}
div.menulist_last{
  display:none;
  position: absolute;
  width: 300px;
  right:15px;
  text-align: left;
  background:none repeat scroll 0 0 #fafafa;
}

div.menulist_last ul{
	font-size:16px;
	line-height: 26px;
}
div.menulist_last ul li{
    list-style:none;
    padding-left: 10px;
    color:#000;
}
div.menulist_last ul li a{
	color:#000;
}
}