#menu-outer {
	height: 84px;
	
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: bold;
  background: none;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid transparent;
  zoom: 1;
}
#cssmenu ul:before {
  content: '';
  display: block;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu li {
  display: block;
  float: left;
  margin: 0;
  padding: 0 4px;
}
#cssmenu li a {
  display: block;
  float: left;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px 7px 20px;
  border-bottom: 3px solid transparent;
}
#cssmenu li a:hover {
  color: #000000;
  border-bottom: 0px solid transparent;
}
#cssmenu li.active a {
  display: inline;
  border-bottom: 0px solid transparent;
  float: left;
  margin: 0;
}


#menu2-outer {
	height: 1500px;
	border: none;
	background: url(images/bar-bg.jpg) repeat-x;
}

.table2 {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

#monog {
  margin: 25px;
  padding: 0px;
  list-style-type: none;
  width: auto;
  position: relative;
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  background: none;
  font-family: 
  "HelveticaNeue ExtBlackCond", "Arial Black", Arial, sans-serif;
}