.main_menu_table
{
	height: 60px;
}

.main_menu_leftcorner
{
	background: url('img/main_menu_corner_left.jpg') no-repeat;
	width: 21px;
	height: 46px;
}

.main_menu_rightcorner
{
	background: url('img/main_menu_corner_right.jpg') no-repeat;
	width: 22px;
	height: 46px;
}

.main_menu_item
{
	text-align: center;
	background: url('img/main_menu_back.jpg') repeat-x;
}

.main_menu_item a
{
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

.main_menu_separator
{
	color: #ffffff;
	background: url('img/main_menu_back.jpg');
}


.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;
}