/* IE only styles.*/


body #page .sfx-menu ul a
{
	zoom: 1;									/* Solve the hasLayout bug which affects IE6 */
	color:#FFF;

}


/* This is the IE6 Version of .sfx-menu li:hover>ul */
body #page .sfx-menu  li.ie-fix ul.ie-fix
{
	left:auto;
}
/*
- This is the IE6 Version of .sfx-menu li li:hover>ul
- Position 3rd level +	
 */
body #page .sfx-menu li li.ie-fix ul.ie-fix
{
	top: 0;
	left: 100%;
}

/*
- This is the IE6 Version of .sfx-menu li:hover>a
- 1st level hover style	
 */
body #page .sfx-menu  li.ie-fix a
{
	background:#003d64 url(../../images/layout/nav-hover.gif) repeat-x 0 0;
	color:#6AC5ff;
}

body #page .sfx-menu  li.ie-fix li a
{
	background:#003d64;
}

/*
- This is the IE6 Version of .sfx-menu li li:hover>a,
- 2nd level+ hover style	
 */
body #page .sfx-menu li li a:hover, 
body #page .sfx-menu li li a.ie-fix
{
	background:#000;
	color:#FFF;
}