#bannerHeading{ padding-left: 0px; }				/* IE.css removes */


/* drop Sizer
#sizer {
    width:expression(document.body.clientWidth > 1300 ? "300px" : "50%" ); 
	/* If the browser width greater than 1300px the sizer width is set to 300px.
	However, to this must be added the 700px negative margin, giving a
	page width of 1000px.
	
	If the browser width is less than 1300px the width is given by the formula
		700px padding + ((width -700 neg margin) * ) 0.5).	
	So for a 1024 screen we get 700 + ((1024 - 700) * .5) = 862px.	
 	
}*/

/*********************************
IE Code for Drop Down Horizontal Menu
	
This code is required to set the drop down to fixed width.
As yet I have not found a way to do it except by using
the ID of each drop down menu - m1, m2 .... So to change
the width requires a global replace on the width shown below.	
	
Another option would be to do it in JavaScript	
*********************************/


#m1, #m2, #m3, #m4, #m5, #m6, #m7, #m8, #m9, #m10{
	position:absolute; 
	z-index:10;
}

#m1 a:link,  #m1 a:visited{
    width: 101px 
}

#m2 a:link,  #m2 a:visited{
    width: 101px 
}

#m3 a:link,  #m3 a:visited{
    width: 101px 	
}

#m4 a:link,  #m4 a:visited{
    width: 101px 
}

#m5 a:link,  #m5 a:visited{
    width: 101px 
}

#m6 a:link,  #m6 a:visited{
    width: 101px 	
}

#m7 a:link,  #m7 a:visited{
    width: 101px 	
}

#m8 a:link,  #m8 a:visited{
    width: 101px 	
}

#m9 a:link,  #m9 a:visited{
    width: 101px 	
}

#m10 a:link,  #m10 a:visited{
    width: 101px 	
}
