
#menu_block
{
	
	width: 100%;
	display: inline;
	/*background-color: red;*/
}

#menu_cell
{
	float: left;
	width: 110px;
	height: 110px;
	text-align:center;
	vertical-align: bottom;
	border: 1px solid white;
	/*display: inline;*/
}
#menu_cell a
{
	width: 110px;
	height: 90px;
	margin: 5px;
	text-align:center;
	/*display: inline;*/
	vertical-align: bottom;
	border: 1px solid white;
}

#menu_cell a:hover
{
	width: 110px;
	height: 90px;
	margin: 5px;
	text-align:center;
	vertical-align: bottom;
	/*border: 1px solid silver;*/
	/*background: #F8F8F8;*/
	cursor: hand;
}

#tab
{
	width: 100%;
	height: 100px;
}
#tab_cell_pic
{
     text-align: center;
	vertical-align: middle;
	padding-bottom:5px;
}
#tab_cell_text
{
	height: 30px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	font-size: 10px;
}

