/**
 * 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 { margin: 0; padding:0; font-size:1em; z-index:999; width:194px; }

/************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 194px;
clear: both;
clear: all;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
/*  margin-top: 1px; */
width: 194px;
clear: both;
clear: all;
background: #6865cc url(//www.brianwards.co.uk/online-shop/skin/frontend/default/blue/images/nav-demo.gif) repeat-x 0 0;
vertical-align: middle;
}

ul.menu li ul li {
background: #fff;
}

ul.menu li a {
float: left;
width: 169px;
color: #fff;  
  padding: 0 0 0 5px;
  height: 28px;
  line-height: 28px;
}

ul.menu li a:hover {
color: #edde7f;
}

ul.menu li ul li a {
  background: #fff;
  color: #000;
  margin-left: 15px;
width: 154px;
border-bottom: 1px dotted #000;
font-size: 11px;
line-height: 24px;
height: 24px;
}

ul.menu li ul li a:hover {
  
  color: #6865cc;
}

li.level1.parent a {

width: 154px;
  background: #fff;
}

li.level1.parent a {

}

ul.level1 li.level2 a {
  background: #fff;
margin-left: 30px;
width: 139px;
}
.expando {
cursor: pointer;
}

ul.menu li .expando,
ul.menu li .noexpand {
float: right;
width: 15px;
background: transparent url(//www.brianwards.co.uk/online-shop/skin/frontend/default/blue/images/nav-arrows-alt.png) no-repeat 0 10px;
color: #fff;
height: 28px;
line-height: 28px;
padding-right: 5px;
display: block;
text-indent: -3000px;
}
ul.menu li ul .expando {
background: transparent url(//www.brianwards.co.uk/online-shop/skin/frontend/default/blue/images/nav-arrows-alt.png) no-repeat 0 -52px;
color: #6865cc;
border-bottom: 1px dotted #000;
height: 24px;
line-height: 24px;
}
ul.menu li ul .noexpand {
background: #fff;
border-bottom: 1px dotted #000;
height: 24px;
line-height: 24px;
}

ul.level1 li.level2 .noexpand {
  background: #fff;
}

ul.menu li .expando.selected {
background-position: 0 -20px;
}
ul.menu li ul .expando.selected {
background-position: 0 -82px;
}

.nav-instructions {
margin-top: 1em;
}
/* Fix for the IE bug */

#nav-vert iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
} 