#homepage_tab_options
{
  position:relative;
  width:140px;
  height:155px;
  padding:10px;
  border-radius:2px;
  background-color:white;
  font-size: 78%;
  box-shadow:0px 0px 5px 0px black;
  color:black;
  font-family:"Comic Sans MS", cursive, sans-serif;
}
#homepage_tab_arrow {
  position:relative;
  width: 0; 
  height: 0; 
  top:-185px;
  left:117px;
  border-bottom: 8px solid white;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
#homepage_tab_table
{
  position:absolute;
  top:58px;
  z-index:2;
  display:none;
}
#homepage_tab_options td{
  border-bottom-style: outset;
  border-bottom-color: gray;
  border-radius:2px;
  width:140px;
  height:50px;
  cursor:pointer;
  font-size: 100%;
  text-align:center;
}