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

#nav-container {
	padding:2px 20px 8px 16px;
	background-color:#f3f3f3;
	width:290px;
}

#nav {
	margin-top:1px;
	padding-top:8px;
	font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
	font-size: 11px;
}

#nav-heading {
	padding-top:6px;
	font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
	font-size: 20px;
	background-color:#f3f3f3;
	color:#ab1222;
	padding-left:16px;
	width:310px;
}

#nav-top-round {
	height:7px;
	width:326px;
	background-image:url('../images/nav_top.gif');
}

#nav-bottom-round {
	height:8px;
	width:326px;
	background-image:url('../images/nav_bottom.gif');
}

/* generelle link formatierung */ 
#nav a { text-decoration:none; color:#333333; }

/* einrücken für hierachie */
#nav li {
	padding-left:5px;
	
	list-style-position: outside;
	
}
#nav li li { 
	padding-left:12px;
	list-style-position: outside;
}
#nav li li li {
	padding-left:12px;
	list-style-position: outside;
}

/* active */


.expanded {
	background: url(../images/icon_collapse.gif) 0px 0px no-repeat;
}
.collapsed {
	background: url(../images/icon_expand.gif) 0px 0px no-repeat;
}
#nav li.active { background:url('../images/nav_active_bgr.gif') repeat-x;}
#nav li.active a { color:white; }
#nav li.active ul li a { color:#333; }



/********** COMPLETE NAV ***********/
/*
#nav li { }
#nav li.active a {  }
#nav a { text-decoration:none; padding:5px 12px 6px 8px; color:#333333; }
#nav li.over a,
#nav a:hover { color:#333333; }
*/
/************ TOP LEVEL ************/
/*
#nav ul { background-color:red;float:left; padding-left:4px;}


#nav ul li { float:none; margin:0; }
#nav ul li.over { }
#nav ul li.last { padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; }
#nav ul li a { }
*/
/************ 1st SUB ************/
/*
#nav ul ul { font-size:85%;line-height:85%; }
*/

/* Show menu */
/*#nav li.over > ul { display:block; }
#nav li.over > ul li.over > ul {  }
#nav li.over ul ul {  }

#nav ul li a {  }
#nav ul li a:hover { }
#nav ul li a, 
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, 
#nav ul li.last li span { padding:3px 15px 4px 15px;}

*/
