.menu_container {
	text-align: left;
	width: 773px;
	background-image: url('../site_images/menu_bg.jpg');
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.menu {
	color: #737373;
	font-size: 11px;
	padding: 15px 15px 0px 15px;
	height: 40px;
}
.menu A {
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	color: #737373;
	font-weight: bold;
}
.menu A.active {
	text-decoration: underline;
}
.menu A:hover {
	text-decoration: underline;
}