/* ------------------
   CSS Styling for IE */

/* This HTC file will correct the :hover issues. File from http://www.xs4all.nl/~peterned/csshover.html */
body {
	behavior: url("/includes/csshover3.htc");
}

/* Fixes some issues with the form layouts using fieldset/legend */
FIELDSET {
	position: relative;
	margin-top: 1em;
	padding: 0.5em;
	padding-top: 0.75em;
}
LEGEND {
	position: absolute;
	top: -0.5em;
	left: 0.5em;
}
.menu_login FIELDSET,
#page_login FIELDSET {
	margin-top: 1.6em;
	padding-top: 1.2em;
}
.menu_login LEGEND,
#page_login LEGEND {
	top: -0.6em;
	left: 0.6em;
}
/* Without this the border around the fieldset runs through the Legend text */
.menu_login LEGEND  {
	background-color: #eaeaea;
}
/* Unifies the background color with the main page so that the background of the legend does not stick out */
#page_login FIELDSET,
#page_login LEGEND {
	background-color: white;
}

/* Fixes the top drop-down menu so that it lays out two columns (original is 0 20 10 10) */
#header #navlist .nav_lvl2 UL {
     margin: 0 18px 10px 10px;
}