/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

#nav { padding:0; font-size:1.1em; height:37px; width:704px; margin:0; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span { white-space:normal; }

/************ 1st LEVEL  ***************/


#nav li, #nav li a {float:left;background-position: 0 0;background-repeat:no-repeat;}
#nav li { margin:0px; padding:0px; }
#nav li a { display: block; line-height: 37px; text-indent: -5000px; background-position: 0 0; overflow:hidden; }

.nav-radiology a { width: 95px; background: url(../images/nav-sprite_radiology.gif) no-repeat; }
.nav-mammography a { width: 112px; background: url(../images/nav-sprite_mammography.gif) no-repeat; }
.nav-urology a { width: 77px; background: url(../images/nav-sprite_urology.gif) no-repeat; }
.nav-obgyn-infertility a { width: 122px; background: url(../images/nav-sprite_obgyn.gif) no-repeat; }
.nav-radiation-oncology a { width: 142px; background: url(../images/nav-sprite_radiation.gif) no-repeat; }
.nav-hematology-oncology a { width: 156px; background: url(../images/nav-sprite_hematology.gif) no-repeat; }

#nav li a:hover, #nav li.over a { background-position: 50% -37px; }
#nav li.active a { background-position: 50% -74px; }

/************ 2nd LEVEL ************/
#nav ul li, #nav ul li.active { float:none; text-indent: 0px; margin:0; background:#fff; width:100%; border-bottom: 1px dotted #ccc; overflow: visible; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#fff; padding-bottom:0; }

#nav ul a, #nav ul a:hover { float:none; text-indent: 0px; }
#nav li li , #nav li li a {width: auto;}


#nav ul { position:absolute; width:18em; top:37px; left:-10000px; border:1px solid #70BF86; background:#fff; border-width: 0px 1px 1px 1px; }

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#fff; color:#636363 !important; font-weight: bold; line-height: 13px; font-family: verdana, arial; font-size: .75em; padding: 1px 2px; }
#nav ul li a:hover { background:#f1f1f1; }
#nav ul li a:hover { color:#2A9525 !important; }
#nav ul span, #nav ul li.last li span { padding:3px 10px 4px 10px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; border-width:1px; }