/* CSS Document */

div#menu-tip {
	width: 820px;
	height: 25px;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
	font: normal 18px "Times New Roman", Times, serif;
	text-decoration: none;
	color: #999999;
}

div#menu-tip a,
div#menu-tip a:hover {
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 5px;
}

div#menu-tip,
div#menu-tip a {
	color: #999;
}

div#menu-tip a:hover {
	color: #060;
}
