body, html  {
	background-color: #f1f3dd;
}

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

#flag   {
	background-color: #5f6a23;
	background-image: url("/images/MECopticalcircles.jpg");
}

#footer {
	background-color:#DDDFC9;
}	
	

/* 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: #d3bf9a;
	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 #8d9243;
	border-bottom: 0 none }

/* HERE color on each page is #485018 */
#menu ul {
background: transparent;
}

#menu ul li ul   {
	background: #5f6a23 }

#menu ul li a:hover   {
	color: white;
	background: #555e1f }

#menu ul li ul li a:hover   {
	color: white;
	background: #555e1f } 

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

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

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

/* 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:98.5%;
display:none;
-moz-box-shadow: 1px 1px 15px #555;
-webkit-box-shadow: 1px 1px 15px #555;
box-shadow: 1px 1px 15px #555;
}

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;
}
*/

