/**
 * 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)
 */


#menu-top {}
.header-footer-link { padding-left:15px; float:left; padding-top:15px;}
.header-footer-link li{ display:inline; padding-right:20px;}
.header-footer-link li a{  color:#0f66a2; text-decoration:none; font-weight:bold; font-size:14px;}
.header-footer-link li a:hover { text-decoration:underline;}
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#menu-top li { position:relative; text-align:left;}
#menu-top li.over { z-index:999;}
#menu-top a,
#menu-top a:hover { display:block; text-decoration:none; }

/************ 0 LEVEL  ***************/
#menu-top li { float:left;}
#menu-top li.active a {}
#menu-top a {  }
#menu-top li.over a,
#menu-top a:hover { text-decoration:underline;}

/************ 1ST LEVEL ************/
#menu-top li ul { padding-top:10px;}
#menu-top ul li{/* padding:0!important;*/ background:#86e5ff 100%; width:170px; padding-left:10px !important; }
#menu-top ul li,
#menu-top ul li.active { float:none; margin:0; padding-bottom:1px;}
/*#menu-top ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/

#menu-top ul li.last {  padding-bottom:0; }

#menu-top ul a,
#menu-top ul a:hover { float:none; padding:0;}
#menu-top ul li a { }
#menu-top ul li { margin-top:0; padding-top:0; margin-bottom:0; padding-bottom:0;}

/************ 2ND LEVEL ************/
#menu-top ul { position:absolute; /*width:15em; top:38px; */left:-10000px;}

/* Show menu */
#menu-top li.over > ul { left:0; }
#menu-top li.over > ul li.over > ul { /*left:100px;*/ }
#menu-top li.over ul ul { left:-10000px; }
#menu-top ul li{padding:0!important; float:left;}
#menu-top ul li a { text-decoration:none !important;font-size:14px;}
#menu-top ul li a:hover { text-decoration:underline !important;}
#menu-top ul li.active a {}

#menu-top ul li a:hover { /*background:#d9851b;*/ font-weight:bold!important;/* padding:5px 0px 5px 25px!important;*/}
#menu-top ul span, #menu-top ul li.last li span {}

/************ 3RD+ LEVEL ************/
#menu-top ul ul { top:-1px; /*margin-left:98px;*/}
