.menuContainer {
	background-image: url(../Images/MENUrepeat.jpg);
	background-repeat: repeat-y;
	width: 147px;
}
.menuTop {
	background-image: url(../Images/MENUtop.jpg);
	background-repeat: no-repeat;
	width: 147px;
	height: 16px;
}
.menuBottom {
	background-image: url(../Images/MENUbottom.jpg);
	background-repeat: no-repeat;
	width: 147px;
	height: 16px;
	background-position: bottom;
}

.MenuText a, .MenuText a:link, .MenuText a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 22px;
}

.MenuText a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	padding-left: 22px;	
}

#MenuLayer {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	clear: right;
	float: left;
}

