/**
 * 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-wrap { width:100%; height: 42px; float: left; background: url(../images/blocks/bg_menu.gif) left top repeat-x; padding: 0px 0px; } 
.header #nav { font-size: 13px; text-align:left; width:100%; float: left; }

.header #nav li { float:left; position:relative; z-index: 9999;  margin:0; display: inline;  }
.header #nav li a:link, .header #nav li a:visited {  float:left; line-height: 13px; text-decoration: none; 
padding: 7px 24px; color: #d0beaa; font-size: 13px; background:url(../images/nav_top_level_arrow.gif) 12px 7px no-repeat; display: inline; }
.header #nav li a:hover, .header #nav li.active a ,.header #nav li.over a{ background:url(../images/blocks/bg_menu_hover.gif) left top repeat-x; }
.header #nav span { color: #fff; cursor:pointer; font-size: 11px; display:block; 
min-height: 14px; height:auto!important; height: 14px; }
.header #nav li ul span { white-space:normal; }
.header #nav li a span{ font-weight: bold;  }

.header #nav li ul { position:absolute; width:203px; top:41px;  left:-10000px;  /* border:1px solid #7d0001; */ padding:0px 0px; background:#7d0001; font-size:11px; }
.header #nav li ul li { width: 100%; float: left; margin: 0;}
.header #nav li ul li a span { float: none; }
.header #nav li ul a:link, .header #nav li ul a:visited { width: 155px; display: block; padding: 5px 24px; background: #7d0001; color: #fff; font-size: 11px; }
.header #nav li ul a:hover{ background: #8e1d13; }
.header #nav li ul li.active a:link, .header #nav li ul li.active a:visited{ background: #720001 url(../images/blocks/bg_menu_ul_act.gif) 14px 6px no-repeat; }
.header #nav li.over > ul { left:0px; }
.header #nav li.over > ul li.over > ul { left:100px; }

