/* Header Navigation */
#navigation{
        font-size: 12px;
        height: 25px;
        margin: 0px;
        padding: 0px;
}

#navigation ul{
        list-style-type: none;
        padding:0px;
        margin: 2px 0px 0px 2px; 
        height: 21px;
}

#navigation li a.navtext{
        text-decoration: none; 
        color: #fff;
        display: block;
        width: 106px;
        height: 20px;
        padding: 2px 0px 0px 0px;
}

#navigation li a.navtext:hover{
        color: #000;
}

#navigation li{
        float: left;
        display: block;
        width: 112px;
        height: 20px;
        margin: 0px 2px 0px 0px;
        text-align: center;
        padding: 0px;
}

#navigation li#home_tab {
        background: #0036bb no-repeat top right;
}

#navigation li#search_tab {
        background: #4c5bfe no-repeat top right;
}

#navigation li#help_tab{
        background: #3b97ff no-repeat top right;
}

#navigation li#support_tab{
        background: #a3a1ff no-repeat top right;
}

#navigation li#blog_tab{
        background: #50789b no-repeat top right;
}

#navigation li#contact_tab{
        background: #7296bf no-repeat top right;
}

#navigation li#link_tab{
        background: #91cdfe no-repeat top right;
}

.seperator{
    clear: both;    
}