.divRounded,
.divRounded:hover
{
    -ms-border-radius:8px;
    border-radius: 1px;
    -ms-box-shadow: #666 0px 2px 3px;
    box-shadow: #AAA 2px 2px -1px;
    behavior: url(../PIE.htc); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white');
}

.divRoundedInner,
.divRoundedInner:hover
{
    -ms-border-radius:8px;
    border-radius: 8px;
    behavior: url(../PIE.htc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white');
}

.divRoundedBottom,
.divRoundedBottom:hover
{
    -ms-border-radius:0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    behavior: url(../PIE.htc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white');
}