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



/************ 0 LEVEL  ***************/
#first-right {margin-left:0px;}
.righttop{}
#nav li { float:left; }
#nav li.active a { color:#f9dd9b; }
#nav a { color:#fff;
float:left;
font-size:20px;
padding:6px 12px 6px 15px;
text-transform:none; }
#nav li.over a,
#nav a:hover { color:#f9dd9b; }



/************ Vertical Nav ************/

.slab-side-nav ul {
	text-decoration: none;
	margin-left: 10px;
}

.slab-side-nav ul li li.level0, .slab-side-nav li.level0 a{
	padding:0px;
	font-size:18px;
	line-height: 30px;
	text-decoration: underline;
}

.slab-side-nav li.level1, .slab-side-nav li.level1 a{
	padding-left:5px !important;
	line-height: 19px;
	font-size: 15px;
	text-decoration: none;
	list-style-type: disc;
	list-style-position: inside;
}

.slab-side-nav ul#slab_vert li ul {
	display:block;
}

.slab-side-nav a {
	padding:10px 0;
	color:#996633; 
	font-weight:none; 
	font-family:Trebuchet MS; 
	font-size:14px;
}

.slab-side-nav a:hover { color:#666; }

/************ 1ST LEVEL ***************/ 
#slab-vert a li ul {
	float:left; 
	color:#996633; 
	font-weight:none; 
	font-family:Trebuchet MS;
} 

#slab-vert a:hover { color:#666; }
