/**
 * 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 20px; font-size:1.1em; background:#624630;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {z-index:1000; position:relative; text-align:left; }
#nav li.over { z-index:1000; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
.header-div {font-family: Arial, Helvetica, sans-serif; float:left; padding:9px 0px 6px 0px; color:#F5F5F5; font-weight:bold; display:block; line-height:1.3em; text-decoration:none; }
#nav div.emblem {z-index:999; position:absolute; margin-top:-20px; padding-left: 20px;}
#nav .header-links { margin-right: 0px; font-family:Times,"Times New Roman",serif; font-size: 10px; z-index:999; padding-top: 5px; color:#F5F5F5; text-align:right; position: relative;}
#nav .header-links font {color: red; font-size:25px; vertical-align:middle;}
#nav .header-links a{ font-weight:normal; display: inline; float: none; padding: 0; font-family:Times,"Times New Roman",serif; font-size: 10px; z-index:999; color:#F5F5F5;}
#nav .header-links a:hover{ font-weight:normal; display: inline; float: none; padding: 0; font-family:Times,"Times New Roman",serif; font-size: 10px; z-index:999; color:#F5F5F5;}
.header-nav-links {top: 10px; vertical-align: middle;}
/************ 0 LEVEL  ***************/
#nav li { font-family: Arial, Helvetica, Verdana, sans-serif;  float:left; }
#nav li.active a { font-family: Arial, Helvetica, Verdana, sans-serif,serif; color:#F5F5F5; }
#nav a { font-family: Arial, Helvetica, Verdana, sans-serif; float:left; padding:10px 5px 6px 5px; font-size: 11px; color:#F5F5F5; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#F5F5F5; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

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

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #899ba5; }

/* 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:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

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

/**********************************************Vertical Nav ****************************************/
/*#vertical-nav div.vert_nav_head { border-bottom-style:dotted; border-bottom-color:#ff4444; border-bottom-width:2px;}*/
#vertical-nav div.vert_nav_head {background-position: bottom; background-image: url(../images/reddots.gif); background-repeat: repeat-x;}
#vertical-nav div.vert_nav_head font {
    font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 11px;
	color: #663300;
	text-decoration: none;
        font-weight: bold; margin-left:7px;}
#nav_vert div.main_cat {border-bottom-style:dotted; border-bottom-color:#D5CDCD; border-bottom-width:2px;}
#nav_vert div.main_cat font {font-family: Times,"Times New Roman",serif;
	font-size: 10px;
	color: #663300;
	text-decoration: none;
        font-weight: bold;
}
#nav_vert a.sub_cat {font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #634630;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 18px;
        margin-left: 7px;}
#nav_vert a.sub_cat:hover {
    color: #D4292C;
    font-weight: normal;
}