body, html  {
	background-color: #f3eddb }

/*#banner  {
	background:#f3eddb url(/images/MEClogo-general.jpg) no-repeat 210px 30px; }*/

#flag  {
	background-color: #834D1E;
	background-image: url(/images/MECgeneralcircles.jpg);
}

#footer {
	background-color:#DDD7C6;
}
	
	

/* CSS Menus - Vertical CSS Menu with Popout and Dropdown Menus - 20050131 */


#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
/* border-bottom: 1px solid #c7af7b; */
}

/* style, color and size links and headings to suit */

#menu a  {
	color: #e3ce9a;
	font: 13px/16px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	display: block;
	margin: 0;
	padding: 3px 6px;
	border-top: 1px solid #a17a42;
	border-bottom: 0 none;
}

/* HERE color on pages is #633915 */

#menu ul {
background: transparent;
}

#menu ul li ul   {
	background: #854f20 }

#menu ul li a:hover   {
	color: white;
	background: #77461c }

#menu ul li ul li a:hover   {
	color: white;
	background: #77461c } 

#menu ul li a:active {
	background: #633915;
}

#menu ul li ul li a:active {
	background: #633915;
}

.closelist  {
	border-bottom: 1px solid #a17a42 }

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand 

#menu a.x, #menu a.x:visited{
background:#eee url(/css/images/expand3.gif) no-repeat bottom right;
}

#menu a.x:hover{
color:lime;
background:red;
}

#menu a.x:active{
color:black;
background:white;
}
*/
