
#Menu {
	width: 630px;
	height: 70px;
	display: block;
	margin: 0px auto;
	background: transparent url('../images/bgr_menu.gif') no-repeat left top;
	}

#Menu ul {
	padding: 0px;
	margin: 0px;
	padding-top: 18px;
	padding-left: 0px;
	}

#Menu ul li {
	float: left;
	list-style-type: none;
	width: 100px;
	height: 30px;
	display: block;
	text-align: center;
	}

#Menu ul li a {
	text-decoration: none;
	width: 100px;
	display: block;
	text-align: center;
	font-size: 9pt;
	color: #444;
	font-weight: bold;
	}

#Menu ul li a:hover {
	color: #900;
	}

#Menu ul li a.rw1 {
	height: 20px;
	margin-top: 5px;
	}

#Menu ul li a.rw2 {
	height: 30px;
	margin-top: 0px;
	}