tr#menu {
		position:		relative;
		height:			72px;
		width:			850px;

		background:		url('/images/menu/menu_bg.png');
}

table#menu {
		position:		absolute;
		width:			750px;

		margin-top:		-23px;
		margin-left:		40px;
}

table#menu td {
		width:			20%;

		text-align:		center;
}

table#menu td.active {
}

table#menu a img {
		border:			none;
}

