div.module-hilite {

background: url(../images/style/module-1-tr.png)
 100% 0 no-repeat;

}


div.module-hilite div {

background: url(../images/style/module-1-tl.png)

0 0 no-repeat;

}

div.module-hilite div div {

background: url(../images/style/module-1-br.png)

100% 100% no-repeat;

}

div.module-hilite div div div {

background: url(../images/style/module-1-bl.png) 

0 100% no-repeat;

}
div.module-hilite h3 {

color: #CCCCCC;
border-bottom: 0px solid #bcdcfc;

}
div.module-hilite h3 {

color: #068c9f;

}

Due to the nature of IE6, you need to add the following to template_ie6.css

div.module-hilite {
height:1%;
}


div.module-hiyellow {

background: url(../images/style/module-2-tr.png)
 100% 0 no-repeat;

}


div.module-hiyellow div {

background: url(../images/style/module-2-tl.png)

0 0 no-repeat;

}

div.module-hiyellow div div {

background: url(../images/style/module-2-br.png)

100% 100% no-repeat;

}

div.module-hiyellow div div div {

background: url(../images/style/module-2-bl.png) 

0 100% no-repeat;

}
div.module-hiyellow h3 {

color: #CCCCCC;
border-bottom: 0px solid #bcdcfc;

}
div.module-hiyellow h3 {

color: #068c9f;

}

Due to the nature of IE6, you need to add the following to template_ie6.css

div.module-hiyellow {
height:1%;
}



