/* Tioga Central Railroad Menu Stylesheet */

.menuBorderLeft {
	border-left: 1px solid #8a0903;
}

.menuBorderRight {
	border-right: 1px solid #8a0903;
}

.menuBorderBottom {
	border-bottom: 1px solid #8a0903;
}

.menuBorderTop {
	border-top: 1px solid #8a0903;
}

#flyout {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 955px;
	position: relative;
	z-index: 9999;
}

#flyout ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 9999;
}

#flyout table {
	border-collapse: collapse;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

#flyout li {
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	z-index: 9999;
}

#flyout li a {
	display: block;
	float: left;
	width: 136px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #f6d9a5;
	text-decoration: none;
	z-index: 9999;
}

#flyout li:hover {
	position: relative;
	z-index: 9999;
}

#flyout li a:hover {
	position: relative;
	color: #f6d9a5;
	text-decoration: underline;
	z-index: 9999;
}

#flyout li:hover > a {
	color: #f6d9a5;
	text-decoration: underline;
	z-index: 9999;
}


#flyout ul li a {
	width: 106px;
	background-color: #fad273;
	color: #8a0903;
	text-decoration: none;
	height: 28px;
	font-family: "Times New Roman", Times, serif;
	line-height: 28px;
	font-size: 13px;
	text-align: center;
	z-index: 9999;
}

#flyout ul li a.fly {
	width: 106px;
	background-color: #fad273;
	color: #8a0903;
	text-decoration: none;
	height: 28px;
	font-family: "Times New Roman", Times, serif;
	line-height: 28px;
	font-size: 13px;
	text-align: center;
	z-index: 9999;
}

#flyout ul li a:hover {
	color: #8a0903;
	text-decoration: underline;
	z-index: 9999;
}

#flyout ul ul li a {
	width: 106px;
	background-color: #fad273;
	color: #8a0903;
	text-decoration: none;
	height: 28px;
	font-family: "Times New Roman", Times, serif;
	line-height: 28px;
	font-size: 13px;
	text-align: center;
	z-index: 9999;
}

#flyout ul ul li a.fly {
	width: 106px;
	background-color: #fad273;
	color: #8a0903;
	text-decoration: none;
	height: 28px;
	font-family: "Times New Roman", Times, serif;
	line-height: 28px;
	font-size: 13px;
	text-align: center;
	z-index: 9999;
}

#flyout ul ul ul li a {
	width: 106px;
	background-color: #fad273;
	color: #8a0903;
	text-decoration: none;
	height: 28px;
	font-family: "Times New Roman", Times, serif;
	line-height: 28px;
	font-size: 13px;
	text-align: center;
	z-index: 9999;
}

#flyout :hover ul {
	left: 15px;
	top: 29px;
	width: 106px;
	height: 24px;
	background-color: #fad273;
	z-index: 9999;
}

#flyout :hover ul :hover ul {
	top: -1px;
	left: 106px;
	z-index: 9999;
}

#flyout :hover ul :hover ul :hover ul {
	top: -1px;
	left: 106px;
	z-index: 9999;
}

#flyout :hover ul ul, #flyout :hover ul :hover ul ul {
	left: -9999px;
	z-index: 9999;
}

#flyout ul li:hover > a {
	color: #8a0903;
	text-decoration: underline;
	z-index: 9999;
}

#flyout ul ul li:hover > a {
	color: #8a0903;
	text-decoration: underline;
	z-index: 9999;
}

#flyout ul ul li a:hover {
	color: #8a0903;
	text-decoration: underline;
	z-index: 9999;
}
