/**
 * 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:0px; font-size:12px; }
#mainnav{ background:url(../images/mainnav_bg.jpg) repeat-x; height:41px; border:#FCFF00 solid 1px;}
#mainnav_r{ background:url(../images/menu_bg_r.jpg) no-repeat 959px top; padding-left:30px; height:41px;}

/*--------------- Main Nav Style ---------------*/


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; padding-left: 0px; float:left;}
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { text-decoration:none; font-weight:normal; line-height:41px;}
* html #nav a, * html #nav a:hover{ line-height: normal;}
*+html #nav a, *+html #nav a:hover{ line-height: normal;}

#nav span {cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { background:none;}
#nav a { color:#000; font-weight: bold; background:url(../images/menu_bg.jpg) no-repeat left top; padding:12px 12px 13px 13px; }
* html #nav a { padding:14px 12px 13px 13px;}
*+html #nav a { padding:14px 12px 13px 13px;}
#nav li.over a,
#nav a:hover, #nav li.active a { color:#000; font-weight: bold; background:url(../images/menu_bg.jpg) no-repeat left -41px;}

/************ 1ST LEVEL ************/
#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:hover{ padding-left:10px; background:#FFDD1E; font-size:11px; border-bottom:#EABA00 solid 1px; width:140px;display:block;}
#nav li ul li a:hover, #nav li ul li.active a{ background:#FFFF80;}
#nav ul li,
#nav ul li.active { float:none; margin:0;}
#nav ul li.last {  padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0;}
#nav ul li a { font-weight:normal !important;}

/************ 2ND LEVEL ************/
#nav li ul li ul li a, #nav li ul li ul li  a:link, #nav li ul li ul li  a:visited, #nav li ul li ul li  a:hover{ background:#FAE153;}
#nav li ul li ul li a:hover, #nav li ul li ul li.active a{ background:#FFFF80;}
#nav ul { position:absolute; width:150px;  top:40px; left:-10000px; border:1px solid #EABA00; }

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

#nav ul li a, #nav ul li a:hover { background:#ecf3f6; height:20px; line-height:20px;}
#nav ul li a:hover { background:#d5e4eb;}
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }

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


/*====================== Footer Menu ===========================*/
#footer_menu{ height:31px; background:url(../images/footer_bg.jpg) repeat-x;}
#footer_menu ul{ padding-left:260px;}
#footer_menu li{ float: left;}

#footer_menu li a, #footer_menu li a:hover{ padding:0px 16px 0px 16px; background:url(../images/footer_line.jpg) no-repeat right 2px; line-height:31px; color:#fff; text-decoration:none;}

#footer_menu li a:hover{ color:#DCA600; text-decoration:underline;}

#footer_menu li.last a{ background:none;}
#footer_menu li.last a:hover{ padding:0px 16px 0px 16px; background:none; line-height:31px;  color:#DCA600; text-decoration:underline;}

/*====================== Top Menu ===========================*/
#top_bar .top_r .top_link ul{ float:right;}
#top_bar .top_r .top_link li{ float:left;}
#top_bar .top_r .top_link li a,
#top_bar .top_r .top_link li a:hover{ color:#fff; text-decoration:none; padding:0px 7px 0px 5px; background:url(../images/top_link.jpg) no-repeat right 4px; display:block;}
#top_bar .top_r .top_link li a:hover{ color:#DCA600; text-decoration:underline;}
#top_bar .top_r .top_link li.last a{ background:none;}
#top_bar .top_r .top_link li.last a:hover{ color:#DCA600; background:none; text-decoration:underline; padding:0px 7px 0px 5px; display:block;}
