/* @override http://www.teaadvisorypanel.com/css/tap.nav.css */

/* @override http://dev.5001.sugarshaker.com/css/tap.nav.css */

/* @group nav */

#nav {
width: 760px;
position: absolute;
top: 0;
right: 0;
margin-top: -3px;
}


#nav ul {
margin: 0 auto;
padding: 0;
height: 48px;
list-style: none;
display: block;
overflow: hidden;
width: 760px;
}

#nav li {
margin: 0;
padding: 0;
list-style: none;
display: inline;
}

#nav a {
float: left;
padding: 48px 0 0 0;
overflow: hidden;
height: 0px !important;
height /**/:48px; /* for IE5/Win only */
}

#nav a:hover {
background-position: 0 -48px;
}

#nav a:active, #nav a.selected {
background-position: 0 -96px;
}

/* @group bespoke btns */

#nav_members a {
width: 85px;
background: url(/images/nav_members.png) left top;
}

#nav_research a {
width: 79px;
background: url(/images/nav_research.png) left top;
}

#nav_press a {
width: 96px;
background: url(/images/nav_press.png) left top;
}

#nav_bulletins a {
width: 78px;
background: url(/images/nav_bulletins.png) left top;
}

#nav_healthfacts a {
width: 99px;
background: url(/images/nav_healthfacts.png) left top;
}

#nav_myths a {
width: 116px;
background: url(/images/nav_myths.png) left top;
}

#nav_videos a {
width: 59px;
background: url(/images/nav_videos.png) left top;
}

#nav_links a {
width: 49px;
background: url(/images/nav_links.png) left top;
}

#nav_contact a {
width: 95px;
background: url(/images/nav_contact.png) left top;
}



/* @end */

/* @end */
