#regSwitch {
    margin:0em;
    padding:0em;
    list-style:none;
    min-height: 1px;
    _height: 1px;
}

#regSwitch li {
    margin:0em 0%;
    /* background: url(images/topmenu-bg.gif) repeat-x left bottom #FFF9E5; */
    background: #F3F3F3;
}
#regSwitch li a {
    text-decoration:none;
    display:block;
    padding:0.5em 1em;
    text-align:center;
    color:#0071B9;
    font-weight:bold;
    font-size:1.1em;
}
#regSwitchSupplier {
    float:left;
}
#regSwitchUser {
    float:left;
}
#regSwitch li.regSwitch-active {
    /* background: url(images/topmenu-bg-active.gif) repeat-x left bottom #FFECAB; */
    background: #E0E0E0;
}
#regSwitch li.regSwitch-active a {
    color: #0071B9;
}

.regSection {
    clear:both;
    border:3px solid #E0E0E0;
    padding:0em 1em 1em 1em;
}

.regSection-active {
    display:block;
}
