.bluetabs{
z-index: 1;
}

.bluetabs ul{
margin-bottom:50px;
}

.bluetabs li{
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
display: inline;

}

.bluetabs li a{
}

.bluetabs li a:visited{
}

.bluetabs li a:hover{

}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
}

.bluetabs li.selected a:hover{ /*selected main tab style */
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
z-index:100;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 0px;
border: 0 solid #9a000e; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 0px 0;
text-decoration: none;
color: #ffffff;
background-color: #f3dcb3;
margin-top:-1px;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
}

/*ROLLOVERS*/
a.button-nav-information { 
        background:url(../img/top-nav/information.gif) repeat 0px 0px; 
        width: 100px; 
        height: 22px; 
        display: block; 
}

a.button-nav-information span { 
        display: none; 
}

a.button-nav-information:hover { 
        background: url(../img/top-nav/information.gif) repeat 0px -22px; 
}
a.button-nav-brands { 
        background:url(../img/top-nav/brands.gif) repeat 0px 0px; 
        width: 100px; 
        height: 22px; 
        display: block; 
}

a.button-nav-brands span { 
        display: none; 
}

a.button-nav-brands:hover { 
        background: url(../img/top-nav/brands.gif) repeat 0px -22px; 
}
a.button-nav-purchase { 
        background:url(../img/top-nav/where-to-buy.gif) repeat 0px 0px; 
        width: 100px; 
        height: 22px; 
        display: block; 
}

a.button-nav-purchase span { 
        display: none; 
}

a.button-nav-purchase:hover { 
        background: url(../img/top-nav/where-to-buy.gif) repeat 0px -22px; 
}
a.button-nav-nutrition { 
        background:url(../img/top-nav/nutrition-101.gif) repeat 0px 0px; 
        width: 100px; 
        height: 23px; 
        display: block; 
}

a.button-nav-nutrition span { 
        display: none; 
}

a.button-nav-nutrition:hover { 
        background: url(../img/top-nav/nutrition-101.gif) repeat 0px -23px; 
}


a.button-nav-healthful { 
        background:url(../img/top-nav/healthful.gif) repeat 0px 0px; 
        width: 100px; 
        height: 17px; 
        display: block; 
}

a.button-nav-healthful span { 
        display: none; 
}

a.button-nav-healthful:hover { 
        background: url(../img/top-nav/healthful.gif) repeat 0px -17px; 
}

a.button-nav-faq { 
        background:url(../img/top-nav/faq.gif) repeat 0px 0px; 
        width: 100px; 
        height: 17px; 
        display: block; 
}

a.button-nav-faq span { 
        display: none; 
}

a.button-nav-faq:hover { 
        background: url(../img/top-nav/faq.gif) repeat 0px -17px; 
}
a.button-nav-media { 
        background:url(../img/top-nav/media.gif) repeat 0px 0px; 
        width: 100px; 
        height: 16px; 
        display: block; 
}

a.button-nav-media span { 
        display: none; 
}

a.button-nav-media:hover { 
        background: url(../img/top-nav/media.gif) repeat 0px -16px; 
}
a.button-nav-contact { 
        background:url(../img/top-nav/contact.gif) repeat 0px 0px; 
        width: 100px; 
        height: 25px; 
        display: block; 
}

a.button-nav-contact span { 
        display: none; 
}

a.button-nav-contact:hover { 
        background: url(../img/top-nav/contact.gif) repeat 0px -25px; 
}
a.button-nav-gummy { 
        background:url(../img/top-nav/gummy.gif) repeat 0px 0px; 
        width: 100px; 
        height: 22px; 
        display: block; 
}

a.button-nav-gummy span { 
        display: none; 
}

a.button-nav-gummy:hover { 
        background: url(../img/top-nav/gummy.gif) repeat 0px -22px; 
}



