#main-menu {
    list-style: none;
    width: 920px;
    margin: 0 auto;
    margin-left: -40px;
    height: 32px;
    font-size: 11px;
    text-align: center
    }
#main-menu li {
    float: left;
    margin-right: 4px;
    background: #4b315b url(../images/bg-tab-left.gif) top left no-repeat;
    padding-left: 9px;
    height: 32px
    }
#main-menu li.current {
    background: #F6DBF6 url(../images/bg-tab-left-on.gif) top left no-repeat
    }
#main-menu a:link, #main-menu a:visited {
    border: none;
    color: #d6bddd;
    background: transparent url(../images/bg-tab-right.gif) top right no-repeat;
    padding-top: 8px;
    padding-right: 9px;
    height: 24px;
    float: left;
    display: block;
    font-weight: normal;
    text-decoration: none
    }
#main-menu a {
    float: none
    }
#main-menu a:hover {
    text-decoration: none;
    color: #260C40
    }
#main-menu li.current a:link, #main-menu li.current a:visited, #main-menu li.current a:hover, #main-menu li.current a:focus {
    background-image: url(../images/bg-tab-right-on.gif);
    color: #260C40;
    text-decoration: none;
    cursor: default
    }
.rolloverIMGl {
    background: #F6DBF6 url(../images/bg-tab-left-on.gif) top left no-repeat !important;
    border-color: #F6DBF6 !important
    }
.rolloverIMGr {
    background: transparent url(../images/bg-tab-right-on.gif) top right no-repeat !important;
    border-color: #F6DBF6 !important
    }