UL.tabNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
    /*                    background:#F6A828 url(../image/yellow-thumb.png) 50% 50% repeat-x;*/
    width: 335px;
    border: 1px solid #E78F08;
    border-radius:4px;
    font-size: 18px;
    height: 30px;
    background: rgb(246,230,180);
    background: -moz-linear-gradient(top,  rgb(246,230,180) 0%, rgb(235,177,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(246,230,180)), color-stop(100%,rgb(235,177,0)));
    background: -webkit-linear-gradient(top,  rgb(246,230,180) 0%,rgb(235,177,0) 100%);
    background: -o-linear-gradient(top,  rgb(246,230,180) 0%,rgb(235,177,0) 100%);
    background: -ms-linear-gradient(top,  rgb(246,230,180) 0%,rgb(235,177,0) 100%);
    background: linear-gradient(to bottom,  rgb(246,230,180) 0%,rgb(235,177,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ebb100',GradientType=0 );
}

UL.tabNavigation LI {
    display: inline;
    background: none;
    padding-left: 10px;
}

UL.tabNavigation LI A {
    padding: 7px 7px;
    color:#000;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Open Sans',Arial;
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
    padding-top: 7px;
    /*		    background-color: #333;*/
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
    background: -webkit-gradient(radial, center center, 0px, center center, 70%, color-stop(0%,rgba(255,255,255,1)), color-stop(70%,rgba(255,255,255,0)));
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%);
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%);
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%);
    background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );



}

UL.tabNavigation LI A:focus {
    outline: 0;
}

div.tabs > div {
    padding: 5px;
    margin-top: 10px;

}

div.tabs > div h2 {
    margin-top: 0;
}

/*Blue tabs*/
UL.tabNavigation-blue {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 496px;
    border: 1px solid #252525;
    border-radius:4px;
    font-size: 18px;
    height: 30px;
    background: rgb(0,163,204);
    background: -moz-linear-gradient(top,  rgba(0,163,204,1) 0%, rgba(0,145,186,1) 48%, rgba(32,124,202,1) 100%, rgba(0,175,208,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,163,204,1)), color-stop(48%,rgba(0,145,186,1)), color-stop(100%,rgba(32,124,202,1)), color-stop(100%,rgba(0,175,208,1)));
    background: -webkit-linear-gradient(top,  rgba(0,163,204,1) 0%,rgba(0,145,186,1) 48%,rgba(32,124,202,1) 100%,rgba(0,175,208,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,163,204,1) 0%,rgba(0,145,186,1) 48%,rgba(32,124,202,1) 100%,rgba(0,175,208,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,163,204,1) 0%,rgba(0,145,186,1) 48%,rgba(32,124,202,1) 100%,rgba(0,175,208,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,163,204,1) 0%,rgba(0,145,186,1) 48%,rgba(32,124,202,1) 100%,rgba(0,175,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3cc', endColorstr='#00afd0',GradientType=0 );


}

UL.tabNavigation-blue LI {
    display: inline;
    background: none;
    padding-left: 10px;
}

UL.tabNavigation-blue LI A {
    padding: 7px 7px;
    color:#FFF;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Open Sans',Arial;
}

UL.tabNavigation-blue LI A.selected,
UL.tabNavigation-blue LI A:hover {
    padding-top: 7px;
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,167,200,1) 0%, rgba(255,255,255,0) 70%);
background: -webkit-gradient(radial, center center, 0px, center center, 70%, color-stop(0%,rgba(0,167,200,1)), color-stop(70%,rgba(255,255,255,0)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,167,200,1) 0%,rgba(255,255,255,0) 70%);
background: -o-radial-gradient(center, ellipse cover,  rgba(0,167,200,1) 0%,rgba(255,255,255,0) 70%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(0,167,200,1) 0%,rgba(255,255,255,0) 70%);
background: radial-gradient(ellipse at center,  rgba(0,167,200,1) 0%,rgba(255,255,255,0) 70%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7c8', endColorstr='#00ffffff',GradientType=1 );


}

UL.tabNavigation-blue LI A:focus {
    outline: 0;
}
