/**
 * 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 { font-size:1.1em; margin-top:0px; padding:4px 10px 2px 10px;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:center;float:left; background:url(../images/media/sdb/head_bg.gif) no-repeat; width:83px!important;width:77px;padding-right:1px;}
#nav li.over { z-index:999; }
#nav a{ display:block; line-height:1.3em; text-decoration:none; text-align:center; }
#nav a:hover { background:url(../images/media/sdb/head_bg_hover.gif) no-repeat; width:100%;}
#nav span { display:block; cursor:pointer; white-space:nowrap; text-align:center;}

/************ 0 LEVEL  ***************/		
/*#nav li.active a { color:#d96708;}*/
#nav li.active a { color:#2D3506;background:url(../images/media/sdb/head_bg_active.gif) no-repeat; }
#nav a { float:center; padding:7px 6px 6px 0; color:#fff; font-weight:bold; background:url(../images/media/sdb/head_bg.gif) no-repeat; width:100%;}
#nav li.over a,
#nav a:hover { color:#2D3506; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { background:url(../images/media/sdb/menu-level22.gif) no-repeat;height:24px;width:152px !important;width:152px;padding:0; margin-left:-35px;}

#nav ul li.last { /*background:#ecf3f6;*/ padding-bottom:0; }
#nav ul li.level1 a { background:none;}
#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; font-size:12px;height:24px;}
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:152px;  top:30px; left:-10000px; }

/* Show menu */
#nav li.over > ul { left:0px; }
#nav li.over > ul li.over > ul { left:300px;left:150px !important; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:url(../images/media/sdb/menu-level23.gif) repeat-x 0 100%; }
#nav ul li a {color:#869B0E }
#nav ul li a:hover { color:#FFF }
#nav ul span, #nav ul li.last li span { padding:4px 2px 4px 2px!important;padding:2px 2px 2px 2px}
#nav li.over ul ul { left:-10000px; }

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }
#vertical-nav{
padding:0 0 12px 0 !important;
padding:0 0 2px 0;
}

#vertical-nav ul {  
  list-style-type: none; /* get rid of the bullets */  
  padding:0;
  margin:6px; 
  /*line-height:1.5;*/
}

#nav_vert li{
	margin-bottom:4px;
}
#vertical-nav ul ul li a,
  background-color: #FFFFFF;  

}  
#vertical-nav ul li{ 
  margin-top: 2px;
  font-size:13px!important;
  font-size:12px;
  font-weight:bold;
  color:#c76200;
  line-height:1.5;
  }

#vertical-nav ul li a {  
  /*display: block;*/
  padding: 2px 3px; 
  text-decoration: none;  
  height:9px!important; /* hint for IE, alternatively remove whitespace from HTML background-color: #CCCCCC;  */  
  height:7px;
}  
  
#vertical-nav ul li .open, #vertical-nav .activesubsub {  
  font-weight: bolder;
  font-size:14px !important;
  font-size:13px;
  color:#869B0E;
 /* text-decoration: underline;*/  
 /* background:transparent url(../images/media/sdb/dot_xd2d2d2.png) repeat-x scroll 0 0; */
 /* padding:0 12px; */
}

#vertical-nav ul li ul .subopen { 
color:#3C3C3C;
padding-bottom:1px;
font-weight:normal;
}

#vertical-nav .final{  
 /* background-color:#ECECEC;  */  
}  
  
#vertical-nav ul ul li a {  
  margin-left: 4px;  
}  
  
#vertical-nav ul ul ul li a {  
  margin-left: 14px; /* indent level 2 */  
  font-weight:normal;
}  
  
#vertical-nav a {  
  color:#000000;  
}  
  
#vertical-nav a:hover {  
  /*color:#C6DB4E;*/
  text-decoration: underline;
}  
#vertical-nav ul li ul li a {  
  /*border-top-width: thin;  
  border-bottom-width: thin;  
  border-top-style: thin;  
  border-bottom-style: dotted;  
  border-top-color: #aedc75;  
  border-bottom-color: #aedc75;  
  margin-bottom:0px;  
  margin-top:0px; 
  margin-right:20px; */ 
  color:#7D7D7D;

}  
  
#vertical-nav ul li ul li {  
  margin-bottom:1px; 
  line-height:1.5;
  float:left;
  width:47%;
  white-space:nowrap;
  overflow:hidden;
}

body.cms-home #nav li.home a { color:#FFFFFF; }

.current{
	background-attachment:scroll;
	background-color:transparent;
	/*background-image:url(../images/ico_greyarrow.png);*/
	background-position:36px 50%;
	background-repeat:no-repeat;
	color:#d96708;
}