       
#header {
    width: 1536px;
    margin: 0 auto;
    padding-bottom: 9px;
    position: relative;
    z-index: 999;
    min-height: 60px;
    background: #464646; /* Old browsers */
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 1px 0px 0px rgba(255,165,0,0.75) inset;
}

.header2{
    width: 1536px;
    height: 60px;
    background-color:#464646;
    box-shadow: 0px 1px 0px 0px rgba(255,165,0,0.75) inset;
}

/* Nav Layout
----------------------------------------*/

#new-nav,
.index-new-navbg {
    font-family: "PT Sans", sans-serif;
    list-style: none inside;
    float: right;
    padding: 0px;
    border:0px solid #000;
    position: relative;
    top: 8px;
    margin-right: 10px;
    -moz-border-radius: 0 0 16px 16px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 10px 10px 0 0;
    -moz-box-shadow:0 1px 3px #000;
    -webkit-box-shadow:0 1px 3px #000;
    box-shadow:0 1px 3px #000;
    background: #464646; /* Old browsers */
    background: -moz-linear-gradient(top,  #464646 0%, #343434 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464646), color-stop(100%,#343434)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #464646 0%,#343434 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #464646 0%,#343434 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #464646 0%,#343434 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #464646 0%,#343434 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
}


.index-new-navbg li {
    float: right;
    cursor: pointer;
    width: 140px;
    position: relative;
    border: 0px solid #434343;
    border-bottom: 0px solid #434343;
    border-right: 1px solid #212121;
    border-left: 1px solid #212121;
    border-radius:10px 10px 0 0;
}
#new-nav > li:hover,
.index-new-navbg > li:hover   {
    -moz-box-shadow: 0 -3px 6px -6px rgba(255,165,0,0.75) inset;
    -webkit-box-shadow: 0 -3px 6px -6px rgba(255,165,0,0.75) inset;
    box-shadow: 0 -4px 2px 1px rgba(255,165,0,0.75) inset;
}

#new-nav > li:first-child, 
.index-new-navbg > li:first-child {
    border-left: 3px solid #434343;

}


/* Nav Links
----------------------------------------*/

#new-nav > li > a, 
.index-new-navbg > li > a {
    font-size: 17px;
    color: #f5f5f5;
    font-weight:bold;
    display: block;
    text-decoration: none;
    padding:10px 0px 10px 0px  ;
    text-shadow:0px 3px 0px #000;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    width: 140px;
    outline: none;
}


#new-nav li:hover > a, 
.index-new-navbg li:hover > a, #nav-signup-open li:hover > a {
    color:orange;
}
#new-nav .onlink{
    color:orange;
    -moz-box-shadow: 0 -3px 6px -6px rgba(255,165,0,0.75) inset;
    -webkit-box-shadow: 0 -3px 6px -6px rgba(255,165,0,0.75) inset;
    box-shadow: 0 -4px 2px 1px rgba(255,165,0,0.75) inset;
    float: right;
    cursor: pointer;
    width: 150px;
    position: relative;
    border: 0px solid #434343;
    border-bottom: 0px solid #434343;
    border-right: 1px solid #212121;
    border-left: 1px solid #212121;
    border-radius:10px 10px 0 0;

}
/*_____________________________________
     index page-break-inside: 
_____________________________________*/
#new-navfff,
.index-new-navbg {
    font-family: "PT Sans", sans-serif;
    list-style: none inside;
    float:right;
    padding: 0px;
    border:0px solid #000;
    position: relative;
    top: -5px;
    margin-right: 10px;
    -moz-border-radius: 0 0 16px 16px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 10px 10px 0 0;
    -moz-box-shadow:0 1px 3px #000;
    -webkit-box-shadow:0 1px 3px #000;
    box-shadow:0 1px 3px #000;
    background: #464646; /* Old browsers */
    background: -moz-linear-gradient(top,  #464646 0%, #343434 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464646), color-stop(100%,#343434)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #464646 0%,#343434 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #464646 0%,#343434 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #464646 0%,#343434 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #464646 0%,#343434 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
}


.index-new-navbg li {
    float: right;
    cursor: pointer;
    width: 150px;
    position: relative;
    border: 0px solid #434343;
    border-bottom: 0px solid #434343;
    border-right: 1px solid #212121;
    border-left: 1px solid #212121;
    border-radius:10px 10px 0 0;
}

#new-navfff > li:hover,
.index-new-navbg > li:hover   {
    -moz-box-shadow: 0 -3px 6px -6px rgba(255,165,0,0.75) inset;
    -webkit-box-shadow: 0 -3px 6px -6px rgba(255,165,0,0.75) inset;
    box-shadow: 0 -4px 2px 1px rgba(255,165,0,0.75) inset;
}

#new-navfff > li:first-child, 
.index-new-navbg > li:first-child {
    border-left: 3px solid #434343;

}


/* Nav Links
----------------------------------------*/

#new-navfff > li > a, 
.index-new-navbg > li > a {
    font-size: 17px;
    color: #f5f5f5;
    font-weight:bold;
    display: block;
    text-decoration: none;
    padding:10px 0px 10px 0px  ;
    text-shadow:0px 3px 0px #000;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    width: 140px;
    outline: none;
}


#new-navfff li:hover > a, 
.index-new-navbg li:hover > a, #nav-signup-open li:hover > a {
    color:orange;
}
#new-navfff .onlink{
    color:orange;
    -moz-box-shadow: 0 -3px 6px -6px rgba(255,165,0,0.75) inset;
    -webkit-box-shadow: 0 -3px 6px -6px rgba(255,165,0,0.75) inset;
    box-shadow: 0 -4px 2px 1px rgba(255,165,0,0.75) inset;
    float: right;
    cursor: pointer;
    width: 150px;
    position: relative;
    border: 0px solid #434343;
    border-bottom: 0px solid #434343;
    border-right: 1px solid #212121;
    border-left: 1px solid #212121;
    border-radius:10px 10px 0 0;
}
#notify{
    width: auto;
    height: 50px;
    margin-top:0px;
    border-radius: 8px;
    background-color: #990;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Arial Black', Gadget, sans-serif;
    color:#000099;
    text-shadow:1px 1px 1px #FF6600;
    display: none;
    border: 3px inset #999;
}
