#graph ul{
  margin:0;
  padding:0;
  background:#eee;
  border:1px solid #999;
  overflow:hidden;
  height:600px;
  width:600px;
  list-style:none;
  position:relative;
  color:white;
 
}
#graph ul li{
  height:600px;
  list-style:none;
  margin:0;
  padding-left:0;
  float:left;
  width:40px;
  background:#369;
  border-top:1px solid #eee	;
  font-size:9px;						  
}