#MainMenu li.sfhover ul {
	left: auto;
	margin-left: -47px;
}

#top_bottom {
	font-family: Tahoma;
	font-size: 1.2em;
	text-align: center;
}
#MainMenu {
	padding-top: 3px;
	padding-left: 11px;
	margin: 0px;
	list-style-type: none;
}
#MainMenu ul {
	margin: 0px;
	padding: 0px;
	height: 94px;
	width: 18px;
	list-style-type: none;
}
#MainMenu li {
	float: left;
	width: 94px;
}

#MainMenu ul li {
	position: relative;
}
#MainMenu li ul {
	text-align: left;
	position: absolute;
	height: 18px;
	left: -999em;
	display: none;
}
#MainMenu li:hover ul {
	left: auto;
	display: block;
}

#MainMenu ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1A0684;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9DB6FF;
	border-right-color: #9DB6FF;
	border-bottom-color: #9DB6FF;
	border-left-color: #9DB6FF;
	width: 85px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	height: auto;
	font-weight: normal;
	background-image: none;
}
#MainMenu ul li a:hover {
	background-color: #E0E8FF;
	color: #1A0684;
	border-top-color: #110454;
	border-right-color: #110454;
	border-bottom-color: #110454;
	border-left-color: #110454;
}
#MainMenu li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 94px;
	height: 18px;
	background-image: url(img/MenuB.gif);
}
#MainMenu li a:hover {
	background-color: #DBE7FD;
	color: #110454;
}
