﻿/*
 * MENU SECTION
 */
.FrameMenu {
	width: 866px;
	float: left;
	clear: both;
}
.FrameMenuLeft {
	background-image: url('http://images.icompassion.org/prod/images/FrameContentLeft.png');
	width: 10px;
	height: 31px;
	padding: 0px;
	float: left;
	behavior: url("iepngfix.htc")
}
.FrameMenuRight {
	background-image: url('http://images.icompassion.org/prod/images/FrameContentRight.png');
	width: 10px;
	height: 31px;
	padding: 0px;
	float: left;
	behavior: url("iepngfix.htc")
}
.MenuSection {
    background-color: #FFFFFF;
	width: 846px;
	height: 31px;
	float: left;
}
.MenuHorizontalSpacer {
    width: 846px;
    height: 3px;
	padding: 0px;
    background-color: white;
    float: left;
}