
.ie6 html {
    background-color:#fff;
}

.ie6 body {
    background-image:url('img/bg_html_top_ie.jpg');
    background-position:top;
    background-repeat:repeat-x;
    text-align:center;
    background-color:#96de95;
}

.ie6 #rootTop {
    background-image:url('img/bg_body_top.jpg');

    background-position:top center;
    background-repeat:no-repeat;
    width:864px;
}

.ie6 #rootCenter {
    width:864px;
    background-position:center;
    background-image:url('img/bg_body_center.jpg');
}

.ie6 #rootBottom {
    width:864px;
    background-image:none;
    
}

.ie6 #menu {
    margin-right:0px;
}

.ie6 #menu ul li {
    background-image:none;
    margin-bottom:6px;
}

.ie6 #menu ul li:hover {
    background-image:none;
}
.ie6 #menu ul li a{
    width:130px;
}
.ie6 #menu ul li a:hover {
    background-image:none;
    background-color:#00C;
}

.ie7 #menu ul li {
    margin-bottom:6px;
}

.ie6 #left {
    background-image:none;
    text-align:center;
    margin-left:5px;
}

.ie7 #left h2 {
    font-size:12px;
}

.ie6 #firstLeft {
    margin-bottom:30px;
    
}

.ie6 .banners-left,
.ie6 .banners-right{
    display:inline;
}
.ie6 .banners-left img,
.ie6 .banners-right img{
    width:100px;
}

.ie6 .windowTop{
    margin:0px;
}
.ie6 #content {
    width:500px;
}

.ie6 * {
    visibility:visible;
}
