/**
 * 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)
 */



/**********************************************Vertical Nav ****************************************/
#nav_vert { padding:0 0px; font-size:1em; width:218px; border:1px solid #cf3298;line-height:1.5em;}
.vertical-nav .head{  border-top:1px solid #cf3298;border-left:1px solid #cf3298;border-right:1px solid #cf3298;margin:0 0px; border-bottom:1px solid #c82c8f; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; padding:0px 0px;}
.vertical-nav h4{min-height:16px; color:#fff; background-repeat:no-repeat; background-position:100% 0; padding:0px 0 0px 10px; text-transform:capitalize; }

#nav_vert li {margin:0 0px;  background:url(../images/base_mini_head_bg.gif) repeat-x #FCEEF8;color:#fff;}
#nav_vert li a{border-bottom: 1px dotted #cf3298;}
#nav_vert a, #nav_vert a:hover { display:block; text-decoration:underline; } 
#nav_vert .level0 {color:red;}
#nav_vert li a{color:#fff;text-decoration:none;padding:0px 10px 1px;font-weight:bold;}
#nav_vert li a:hover{text-decoration:none;}
/*#nav_vert a { float:left; padding:5px 0px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav_vert li.over a,
#nav_vert a:hover { color:#d96708; }*/

/************ 2ND LEVEL ***********/ 
#nav_vert ul {padding-left:0px;paddding:0 0;}
#nav_vert ul li a { background-color:#FCEEF8;/*#ecf3f6*/;padding-left:10px;font-size:0.9em; }
#nav_vert ul ul li a{padding-left:20px;}
#nav_vert ul li a:hover{background-color:#ffff99;text-decoration:underline;color:#F52578;}
#nav_vert ul li a{color:#790036;font-weight:normal;text-decoration:underline;}


