/*
** -------------------------------------------------
** 
**   Explorer.css (extends main.css)
**
**   Author: Michael F. S. Christensen
**
**   Internet Explorer specific CSS
**   Non-Valid CSS2 stylesheet (www.w3c.org)
**
** -------------------------------------------------
*/

div.menugradient {
    background: #F2F0EA;
    width:100%;
    filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=1,StartColorStr='#F3F4F6',EndColorStr='#EFEAD8');
}

#mainBox{
	width:750px;
	margin:0 auto;
	position:inherit;
	height:149px;
	background-color:#fff;
	overflow:hidden;
	font-family:Verdana;
	z-index:0;		
}
