/*custom classes*/

.MenuBottom {
	background-image: url(images/MenuBottom.gif);
	background-repeat: repeat-x;
}
.MenuLeft {
	background-image: url(/images/MenuLeft.gif);
	background-repeat: repeat-y;
}
.MenuRight {
	background-image: url(images/MenuRight.gif);
	background-repeat: repeat-y;
}
.MenuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:none;
	color:	#666666;
}
.MenuText:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	underline;
	color:	#666666;
}
.MenuText:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	underline;
	color:	#5CBA48;
}