/* IE ONLY CSS */

/*
body.width_fmax div#wrapper {
	width: expression(((document.body.clientWidth)) < 751? "750px": ((document.body.clientWidth)) > 1050? "1050px": "auto" );
}
*/

div#wrapper{
    width: 895px;
}

div#top-menu-bottom-border {
    width:895px;
    top:0px !important;
    /*margin-left: -90px;*/
}

div.module_menu div div div {
	width: 100%;
}

div#footer {
	width: 100%;
}

div#whitebox_b {
	width: 100%;
}
#pathway {
   float: left;
}

.contentpaneopen ul {margin-left: 15px;}