/*
		File: menu.css
		Author: Christopher Mankin
		Creation Date: January 21, 2009
		Last Modified: January 22, 2009
		Description: Menu style sheet
*/
#main_menu
{
	height: 150px;
	min-width: 1150px;
	width: 100%;
	background: #cc0000 url('../images/bg-header.png') repeat-x top left;
	left: 0px;
	top: 0px;
}
#main_menu img {
	padding: 0px;
}
#main_menu a {
	display: block;
	margin: auto;
}
#main_menu table {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin-top: -4px;
	table-layout: fixed;
}
#main_menu table td {
	padding: 0px;
	margin: 0px;
}
td#td_m_home {
	width: 450px;
}
.mbutton {
	width: 125px;
	height: 125px;
}
#m_home {
	width: 450px;
	height: 150px;
	background: url('../images/logo-G2000.png') no-repeat 0 0;
}
#m_inventory {
	background: url('../images/menu-inventory.png') no-repeat 0 0;
}
#m_auctions {
	background: url('../images/menu-auctions.png') no-repeat 0 0;
}
#m_appraisals {
	background: url('../images/menu-appraisals.png') no-repeat 0 0;
}
#m_services {
	background: url('../images/menu-services.png') no-repeat 0 0;
}
#m_aboutus {
	background: url('../images/menu-aboutus.png') no-repeat 0 0;
}
.mbutton:hover {
	background-position: 0 -125px !important;
}
.mbutton span, #m_home span {
	display: none;
}
