ul#main_menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	font: bold 18px "Trebuchet MS";
	width: 738px;
	height: auto;
	background: url(../images/menu_bg_number.gif) right bottom;
	border-top: 1px solid #333333;
}
ul#main_menu li {
	float: left;
	background: url(../images/menu_bg.gif) repeat-x right bottom;
}
ul#main_menu a:link, ul#main_menu a:visited {
	display: block;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	padding: 6px 18px 7px;
	border-right: 1px solid #333333;
}
ul#main_menu li a:hover {
	color: #000000;
	background: transparent url(../images/menu_bg_hover.gif) repeat-x center bottom;
}
body#home li.home, body#send li.send,
body#preview li.preview, body#about li.about {
	color: #000000;
	background: transparent url(../images/menu_bg_selected.gif) repeat-x center bottom;
}
body#home li.home a:link, body#home li.home a:visited,
body#send li.send a:link, body#send li.send a:visited,
body#preview li.preview a:link,
body#preview li.preview a:visited, body#about li.about a:link;
body#about li.about a:visited {
	color: #000000;
	background: transparent url(../images/menu_bg_selected.gif) repeat-x center bottom;
}