/* CSS Document */

.MenuLink {
	color: #000000;
	text-decoration: none;
}
.MenuLinkSel {
	color: #FFFFFF;
	text-decoration: none;
}
.MenuLink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.ServiceDiv {
	overflow: hidden;
	height: 700px;
	width: 100%;
	position: absolute;
	left: -30px;
	top: 150px;	/* visibility: hidden; */
}

