@charset "utf-8";

	/* EN PROJECTS CSS - IE FIXES */
	
/* menu for ie */

#menu li {
	background:url('../../images/menu-inactive.jpg') repeat-x left top;
	padding-right:0px;
	padding-left:0px;
	float:left;
	padding-bottom:0px;
	margin:0px;
	padding-top:0px;
	list-style-type:none;
	height:40px;
}

#menu li a {
	padding-right:15px;
	display:inline-block;
	padding-left:15px;
	padding-top:10px;
	font-weight:bold;
	font-size:16px;
	color: #000066;
	border-top-style:none;
	line-height:20px;
	border-right-style:none;
	border-left-style:none;
	position:relative;
	height:30px;
	text-align:center;
	text-decoration:none;
	border-bottom-style:none;
}

#menu li a:hover {
	background:url('../../images/menu-active.jpg') repeat-x left top;
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
	text-decoration:none;
	border-bottom-style:none
}

/* end of menu for ie */