#primary-tab-set
{
    display:block;
    list-style:none !important;
    line-height:1em;
    margin:0px;
    padding:0px;
    height: 54px;
    width:1000px;
    float:left;
    clear:both;
    background: url('/images/tabs/background.png') 0px 10px no-repeat;
}

#primary-tab-set .tab
{
    float:left;
    list-style-type:none !important;
    height:54px;
    margin:0px;
    padding:0px;
    text-align:center;
}

#primary-tab-set .tab.short-highlighted
{
    width:100px;
    background-image: url('/images/tabs/tab-inactive-right-hl.png');
}

#primary-tab-set .tab.right.highlight 
{
    background-image: url('/images/tabs/highlight/tab-inactive-right.png');
}

#primary-tab-set .tab.right.active.highlight 
{
    background-image: url('/images/tabs/highlighted/tab-active-right.png');
}

#primary-tab-set .tab.right.prev-active.highlight 
{
    background-image: url('/images/tabs/highlight/tab-inactive-right.png');
}

#primary-tab-set .tab.middle.active.highlight 
{
    background-image: url('/images/tabs/highlight/tab-active-middle.png') !important;
}

#primary-tab-set .tab.middle.highlight 
{
    background-image: url('/images/tabs/highlight/tab-inactive-middle.png');
}

#primary-tab-set .tab.left.active.highlight 
{
    background-image: url('/images/tabs/highlight/tab-active-left.png');
}

#primary-tab-set .tab.highlight
{
    background-color: transparent;
}

#primary-tab-set .tab.left.highlight 
{
    background-image: url('/images/tabs/highlight/tab-inactive-left.png');
}

#primary-tab-set .tab.short-highlighted a
{
    padding-right: 8px;
}

div:not(#mtn) .tab a
{
    margin-top:5px;
    line-height:49px;
    display: block;
    font-size: 13px;
    color: #e4e4e4 !important;
}

div:not(#mtn) .active a
{
    font-size: 16px !important;
    text-decoration: none;
}

div:not(#mtn) .active a:hover
{
    text-decoration: none !important;
    cursor: default;
}

.tab.left
{
    width:139px;
    background-image:url('/images/tabs/tab-inactive-left.png');
    margin-left:10px !important;
}

.tab.left.next-active
{
    width:119px !important;
}

.tab.left.active
{
    width:139px;
    background-image:url('/images/tabs/tab-active-left.png');
}

.tab.middle
{
    width:124px;
    background-image:url('/images/tabs/tab-inactive-middle.png');
}

.tab.middle.active
{
    width:139px !important;
    background-image:url('/images/tabs/tab-active-middle.png') !important;
}

.tab.right
{
    width:128px;
    background:url('/images/tabs/tab-inactive-right.png') -4px 0px no-repeat;
}

.tab.right.active
{
    width:139px !important;
    background:url('/images/tabs/tab-active-right.png') 0px 0px !important;
}

.tab.right.prev-active
{
    width:125px !important;
    background:url('/images/tabs/tab-inactive-right.png') -5px -1px !important;

}

.tab.middle.next-active
{
    width:110px !important;
}

#primary-tab-set .tab.multiline a { margin-top: 12px; line-height: 17px; }