/**
 * 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 .menu-divider { margin: 2px 5px 0; }
#nav { padding:0 25px 0 15px; font-size:12px; margin-right:auto; margin-left:auto; width: 275px;}
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#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; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#fff; }
#nav a { float:left; padding:6px 2px; color:#a7c6dd; }
#nav > li.over > a, #nav > li > a:hover { 
	color:  #fff;
}
#nav > li > a {
	position:relative;
	display: block;
	width: auto; /* menu width change */
	text-align:center;
	margin:0;
	font-family: Helvetica, sans-serif, Tahoma, Verdana;
	font-size:10px;
  font-weight: bold;
	color: #818284;
	text-decoration:none;
}

#nav #header_collaboration { width: 9em; }
/************ 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; }
ul#nav li a.child_sale.child {background:url(../images/top_nav_bg.jpg) repeat-x;}
/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:16em; top:39px; left:-10000px; border:1px solid #899ba5; }

/* Show menu */

#nav li.over > ul { left: 0px; top:20px; } /* determines the placement of the first hover menu */
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#eeeeee; }
#nav ul li a:hover { background:#bbbdc0; }
#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:15px; }


/**********************************************/

/******** LEFT Column Vertical Menu ***************/
#vert_nav {padding:0 5px; font-size:12px; margin-right:auto; margin-left:auto;}
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#vert_nav li { position:relative; text-align:left;}
#vert_nav ul.level0 {  margin-bottom: 20px;  }
#vert_nav ul.level1  {  margin-left: 10px; }  
ul#vert_nav a.child_sale.child, ul#vert_nav a.child_clearance.child, #vert_nav .parent { font-size:14px; color:black; font-weight: bold; margin: 10px 0; padding-top: 10px;}
ul#vert_nav a.child_sale.child, ul#vert_nav a.child_clearance.child
{ color: red; display:block; margin: 0 0 15px; padding: 0;} 
#vert_nav .level1 .parent { font-weight: normal;font-size:12px; color: #6E6969;}

#vert_nav .child { color: #6E6969; }

#vert_nav a,
#vert_nav a:hover {  line-height:1.5em; text-decoration:none; padding:5px 0;}
/************ 0 LEVEL  ***************/
#vert_nav .level1 {margin: 0;}
#vert_nav ul li a:hover, #vert_nav .level1 a:hover { color:black; }
/*
#vert_nav ul.level0 .active a, #vert_nav ul.level1 .active a{ color: #9FA713; }
*/

/****************************************************/
#black-menu {
  font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
}

#black-menu a {
  text-decoration: none;
  font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
}

#black-menu .menu-item-0 .menu-title{
  height: 20px;
  width: 160px; 
  margin: 0;
}

#black-menu .menu-item-0 .menu-title a {
  font-size: 13px;
  font-weight: bold;
  height: 17px;
  color: #000;
  margin-left: 10px;
  vertical-align: middle;
  padding-top: 3px;
  display:block;
}
.sub-items {
  width: 150px;
  margin: 0 0 10px 10px;
}

#black-menu .sub-items .menu-item-1 a {
  font-size: 12px;
  color: #818284;
}

#black-menu .sub-items .menu-item-1 a:hover {
  color: #000;
}
.hide{
display: none;
}

.show{
display: block;
}
/****************   Black Menu *********************/

.mothers-day-tag { padding-left: 20px; padding-bottom:5px; }

