/**
 * 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 { margin-top: -3px; padding:0; font:12px Arial, Helvetica, sans-serif;
}
 
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav .level0{
}
#nav li { position:relative; text-align:left;   }
#nav li.over { z-index:999; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav { background: #fcd400; padding: 10px 0; }
#nav li.active a { color:#fcd400; background: #000; }
#nav a { color:#000000; text-align:center; padding: 10px 15px; }
#nav a:hover { background: #000; color: #fcd400; }

/************ 1ST LEVEL ************/
#nav ul li { height: 25px; line-height: 25px; text-align: left;
	border-bottom: 1px solid #000; display:block; }
#nav ul li a { display: block; padding: 5px 15px; line-height:15px; }
#nav ul li, #nav ul li.active { float:none; margin:0; background:#fcd400; padding: 0;}
#nav li.active ul li a { background: #fcd400; color: #000; }
#nav li.active ul li a:hover { background: #000; color: #fcd400; }
#nav ul li.last {  padding-bottom:0; border:none; }

#nav ul a { text-align:left; float:none; }
#nav ul li:hover {  color: #fcd400; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:150px; top:30px; left:-10000px; border-top:1px solid #000; }

/* 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 { color: #000; background: #fcd400; }
#nav ul li a:hover { background: #000; color: #fcd400; }

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

/* saravanan */

.header-nav-container { margin:0 0 5px 0; height:1%; }

.header-nav-container ul{ margin:0px; }
* html .header-nav-container ul{ margin:0; }
#nav li { display:inline; padding: 5px 5px 5px 0; }

#nav a {color:#000; /*font-weight:bold;*/text-align:center;  font:bold 12px Arial, Helvetica, sans-serif;}

/* end of saravanan */