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

#vertnav { width:165px; padding:0px; margin:0px; font-size:1.1em; }
#vertnav-static { width:165px; padding:0px; margin:0px; font-size:1.1em; }
#vertnav li, #vertnav-static li {width:100%; border-bottom:1px #ccc solid; display:block; float:left; position:relative; z-index:100; height:27px; line-height:27px; text-indent:5px; cursor:pointer;}
#vertnav li a {display:block; height:27px; color:#768497; background:url(../images/pd09_menu1_off.gif) top left repeat-x; text-decoration:none; font-weight:bolder;}
#vertnav-static li {background-color:#E7E7E7;
background-image:url(../images/pd09_menu2_off.gif);
background-repeat:repeat;
border-bottom:1px none black;
margin:0 0.01em;
text-align:left;}
#vertnav-static a {
color:#768497;
float:left;
font-weight:bold;
font-size:12px;
padding-bottom:0px;
padding-left:0px;
line-height:21px;
text-decoration:none;
}
#vertnav li ul, #vertnav-static li ul {display:none; z-index:1000; position:absolute; top:-1px; left:165px; width:165px; marign:0px; font-size:0.8em;
font-weight:lighter;}

#vertnav li:hover ul, #vertnav-static li:hover ul {display:block;}
#vertnav li ul, #vertnav-static li ul {border:1px #ccc solid;}
#vertnav li ul li a, #vertnav-static li ul li a {background:#FFFEFF url(../images/nav_divider.gif) repeat-x 0 100%;}
#vertnav li:hover ul ul, #vertnav-static li:hover ul ul {display:none; z-index:1000; position:absolute; top:-1px; left:165px; width:165px; font-size:11px;
font-weight:lighter;}
#vertnav ul ul li a, #vertnav-static ul ul li a {background:#FFFEFF url(../images/nav_divider.gif) repeat-x 0 100%;}
#vertnav li ul li:hover ul, #vertnav-static li ul li:hover ul {display:block;}


