#header ul{
	visibility:visible;
}
#leftBands {
	position:relative;
	margin-left:5px;
	float:left;
	padding: 10px 20px 10px 20px;
	display:inline;
	background: #ece5ca;
	width: 735px;
}

#leftBands table{
  width:100%;
  padding: 2px;
  //margin: 10px;
  border:2px solid gray;
  }
  
#leftBands img {border:0;}

#leftBands tr {
  padding: 0px;
  margin: 0px;
}
#leftBands td {
  border:1px solid gray;
  width:25%;
  text-align:center;
  padding-top: 5px;
  padding-bottom: 5px;
}
#leftBands a {
        font-size : 10px;
        text-decoration : none;
		font-weight: bold;
		color: #5e573b;
}
#leftBands a:hover {
        color: #222;
}

