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

.top-menu
{
	padding-left: 284px;
}

ul.toplinks
{
	padding-top: 33px;
	float: left;
	width: 450px;
}

ul.toplinks li
{
	display: block;
	float: left;
	margin-right: 45px;
}

ul.toplinks li a
{
	font-size: 18px;
	color: #e5f8ff;
	text-decoration: none;
	line-height: 100%;
	text-shadow: 0 2px #3e8898;
}

ul.toplinks li a:hover
{
	color: #fff;
}

.top-tabs
{
	float: right;
	margin-top: -30px;
	padding-right: 18px;
	position: relative;
}

.top-tabs a
{
	background-image: url(../images/tabback.jpg);
	display: block;
	width: 70px;
	height: 22px;
	float: left;
	line-height: 100%;
	color: #515e73;
	font-size: 14px;
	text-decoration: none;
	margin: 0 5px;
	text-align: center;
	padding-top: 8px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	z-index: 0;
	position: relative;
	font-family: 'Museo-Bold', Constantia, 'Lucida Bright', Lucidabright, 'Lucida Serif', Lucida, 'DejaVu Serif', 'Bitstream Vera Serif', 'Liberation Serif', Georgia, serif;
}

.top-tabs a:hover
{
	text-shadow: 0 2px #ccc;
}

ul.leftnav
{
	border-top: 1px #80c146 dashed;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.leftnav a
{
	color: #1492ad;
	font-size: 15px;
	text-shadow: 0 1px #fafcf6;
	text-decoration: none;
	font-family: 'Museo-Bold', Constantia, 'Lucida Bright', Lucidabright, 'Lucida Serif', Lucida, 'DejaVu Serif', 'Bitstream Vera Serif', 'Liberation Serif', Georgia, serif;
	padding: 7px 4px 6px 20px;
	height: 18px;
	display: block;
}

ul.leftnav a:hover, ul.leftnav li.active a
{
	color: #8b50b0;
	background-color: #c9e4af;
	background-image: url(../images/linkshad.png);
}
ul.leftnav li.level0, ul.leftnav li.ncat
{
	border-bottom: 1px #80c146 dashed;
}

ul.leftnav .ncat a
{
	padding-left: 12px;
}

ul.leftnav ul.level0
{
	display: none;
}
