.main_menu_item
{
	width: 143px;
	height: 41px;
}

.main_menu_separator
{
	width: 87px;
}

.grey_line
{
	width: 100%;
	height: 5px;
	background: url('img/grey_line.jpg') repeat-x;	
}

.bottom_menu_table
{
	height: 57px;
}

.bottom_menu_leftcorner
{
	background: url('img/bottom_menu_corner_left.png');
	width: 10px;
	height: 57px;
}

.bottom_menu_rightcorner
{
	background: url('img/bottom_menu_corner_right.png');
	width: 10px;
	height: 57px;
}

.bottom_menu_item
{
	text-align: center;
	background: url('img/bottom_menu_back.png');
}

.bottom_menu_item a
{
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	color: #fffae3;
	text-decoration: none;
}

.bottom_menu_item a:hover
{
	text-decoration: underline;
}