.big_grey {
	font-family: tahoma;
	font-size: 17px;
	color: #585858;
	text-decoration: none;
}
.text {
	font-family: tahoma;
	font-size: 10px;
	color: #868686;
	text-decoration: none;
}
.menu {
	font-family: tahoma;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
}
.links {
	font-family: tahoma;
	font-size: 10px;
	color: #909090;
	text-decoration: underline;
}
.topNavigation {
	position:absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	background-color: #585858;
	width: 205px;
	margin-top: 0px;
	text-align: left;
}

.topNavigation a {
	display: block;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 10px;
}
.topNavigation a:hover {
	text-decoration: underline;
}
.sideNavigation {
	position:absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	background-color: #585858;
	width: 205px;
	margin-top: -5px;
	text-align: left;
}

.sideNavigation a {
	display: block;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 10px;
}

.sideNavigation a:hover {
	text-decoration: underline;
}