#Menu {
	height: 1.9em;
}
#Header {
	width: 100%;
    background-image: none;
}
#Header #HeaderTopBarSWF {
	height: 64px;
    border: none;
    background-repeat: repeat-x;
    background-image: url("header_tlo.png");
    overflow: hidden;
}
* html #HeaderTopBarSWF {  /* just for IE (Tan hack) */
	height: 63px;  /* eliminate background 1px shift */
	position: relative;
}
* html #HeaderTopBarSWF object {  /* just for IE (Tan hack) */
	position: absolute;  /* force hidding if overflow */
}
#HeaderTopBar {
    background-repeat: no-repeat;
    background-image: url("header_top_tlo.png");
	top: 0;
}
#HeaderBottomBar {
	/*position: relative;*/
	top: 0;
	margin-left: 174px;
}
