﻿body {
    font-size: 100%; /* enable IE to resize em fonts */
} 
.tabHoverMenu ul li {
    float: left; /* cure IE5.x "whitespace in lists" problem */
    width: 100%;
}
.tabHoverMenu ul li a {
    height: 1%; /* make links honour display: block; properly */
} 

.tabHoverMenu a, #menu h2 {
    font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
    /* if required use em's for IE as it won't resize pixels */
} 
.ajax__tab_xp .ajax__tab_header 
{
    position:relative;
    z-index:1;
    margin-bottom:-2px;
    top:0;
}
.ajax__tab_xp .ajax__tab_body 
{
    position:static;
}
/*IE-SPECIFIC JELLO MOLD STYLES*/
#sizer {
    width:expression(document.body.clientWidth > 1280 ? "500px" : "86%" );
}
html #expander { 
    height:expression(document.body.clientHeight);
}