@charset "utf-8";


/* -- ul#menu -------------------------------------------------------------------------------- */

.tb20 {
  display: table;
  width: 100%;
  height:60px;
  background:;
	padding-left:0px;

	/*
  margin-left:auto;
  margin-right:auto;
	*/
}
.tb21 {
  display: table-cell;
  width:280px;
height:60px;
  text-align:left;
  vertical-align: middle;
  background:#036371;
}
.tb22 {
  display: table-cell;
  width:;
  text-align:right;
  vertical-align: middle;
	background:#036371;
	padding-right:15px;
}

ul#menu {
  list-style: none;
  font-size: 0;
	background:;
}
 
ul#menu li {
  width: 90px;
  text-align: center;
  background-color:;
  display: inline-block;
  font-size: 14px;
  height:40px;
	line-height: 4;
	vertical-align: middle;
}
 
ul#menu a {
  text-decoration: none;
  color: #fff;
  font-weight: ;
}


