#menu {
	width: 85%;
	height: 79px;
	overflow: hidden;
	font-size: 15px;
	float: left;
	text-align: center;
	vertical-align: text-bottom;
}
div#menu a {
	color: #778899;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

div#menu a:hover {
	color: #4C4C4C;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}


.info{
	font-family: "Century Gothic",verdana, sans-serif;
	font-size: 12px;
	color: #303030;
	text-decoration: none;
	width: 190px;
	padding-left: 2px;
	margin-bottom: 5px;
	padding-right: 2px;
	overflow: hidden;
	float: left;
	font: "MS Serif", "New York", serif;
	text-align: left;
	border: 1px solid #DCDCDC;
	background-color: White;
	}

	.info a{
	color: Black;
	background-color: transparent;
	text-decoration: none;
	margin-left: 5px;
/*	font-weight: bold;*/
}

	.info a:hover{
	color: Navy;
	background-color: transparent;
	text-decoration: none;
	margin-left: 5px;
	/*font-weight: bold;*/
}

