/* Basic code - don't modify */
 
#nav { display: block; margin: 0; padding: 0; float: right;}
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block; text-decoration: none; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0;  }
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; left: 0;}
    
/* Essentials - configure this */

#nav ul {  left: -10px; }
#nav ul ul { left: 0; }

/* Everything else is theming */
 
#nav {margin-top: 10px;}
#nav *:hover { background-color: none; }
#nav a { color: white; margin-left: 20px; line-height: 1; height: 13px;}
#nav li.hover a { background-color: #162a42; }
#nav ul { top: 16px; }
#nav ul li a { background-color: #162a42;}
#nav ul a.hover { background-color: #102032; }
#nav ul a {padding: 10px; width: 200px; border: none; opacity: 9.5; filter: alpha(opacity=100); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */



#nav #home_tab a:hover {background: url(../images/home_on.gif) no-repeat top left; width: 36px; text-indent: -5000px;}
#nav #products_tab #products_link:hover {background: url(../images/products_on.gif) no-repeat top left; width: 55px; text-indent: -5000px;}
#nav #about_tab a:hover {background: url(../images/about_on.gif) no-repeat top left; width: 39px; text-indent: -5000px;}
#nav #testimonials_tab a:hover {background: url(../images/testimonials_on.gif) no-repeat top left; width: 76px; text-indent: -5000px;}
#nav #articles_tab a:hover {background: url(../images/articles_on.gif) no-repeat top left; width: 47px; text-indent: -5000px;}
#nav #login_tab a:hover {background: url(../images/login_on.gif) no-repeat top left; width: 37px; text-indent: -5000px;}
#nav #contact_tab a:hover {background: url(../images/contact_on.gif) no-repeat top left; width: 48px; text-indent: -5000px;}





#nav #home_tab a {background: url(../images/home.gif) no-repeat top left; width: 36px; text-indent: -5000px;}
#nav #products_tab #products_link {background: url(../images/products.gif) no-repeat top left; width: 55px; text-indent: -5000px;}
#nav #about_tab a {background: url(../images/about.gif) no-repeat top left; width: 39px; text-indent: -5000px;}
#nav #testimonials_tab a {background: url(../images/testimonials.gif) no-repeat top left; width: 76px; text-indent: -5000px;}
#nav #articles_tab a {background: url(../images/articles.gif) no-repeat top left; width: 47px; text-indent: -5000px;}
#nav #login_tab a {background: url(../images/login.gif) no-repeat top left; width: 37px; text-indent: -5000px;}
#nav #contact_tab a {background: url(../images/contact.gif) no-repeat top left; width: 48px; text-indent: -5000px;}

#home #nav #home_tab a {background: url(../images/home_on.gif) no-repeat top left; width: 36px; text-indent: -5000px;}



#patient_newsletters #nav #products_tab #products_link {background: url(../images/products_on.gif) no-repeat top left; width: 55px; text-indent: -5000px;}