/**
 * 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 { padding:0 20px; font-size:1.1em; }*/
#nav { 			padding:0px 24px;
				padding-top: 5px;
				font-size:15px; 
				text-align: left; 
				z-index:999;
				position:absolute;
				/*text-transform:uppercase;
				font-family:Verdana;
				font-weight:bolder;
				color:#4B5858;*/
				
				/*font-family: Georgia;*/
				
				color: #CA050E;
				word-spacing: normal;
				letter-spacing: 0;
				line-height: 1em;
				font-size: 1em;
				font-weight: bold;
				/*font-style: italic;*/
				/*background: #EFEFEF;*/
				} 

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; color:#4B5858; }
#nav li.over { z-index:999; }
/*
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
*/
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; color:#4B5858; }
#nav li.active a {	
					/*Alternative f�r Tabs*/
	 				/*background:#ffffff;
					color:#000000;
					border-left: 1px solid #B0B0B0;
					border-right: 1px solid #B0B0B0;
					border-top: 1px solid #B0B0B0;*/
					/*Standarddesign*/
					/*background:transparent url(../images/nav_bg_ac.png) repeat-x 0 100%;*/
				}
#nav a {	float:left; 
			padding:5px 12px 6px 8px; 

			/*font-weight:bold;*/
			color:#4B5858;
			}
#nav li.over
{
/*color:#4B5858;*/
color: #CA050E;
/*background:transparent url(../images/nav_bg_hv.png) repeat-x 0 100%;*/
}
#nav li.over a:hover
{
/*color:#4B5858;*/
color: #CA050E;
/*background:transparent url(../images/nav_bg_hv.png) repeat-x 0 100%;*/
}

#nav a:hover 
{
/*color:#4B5858;*/
color: #CA050E;
/*background:transparent url(../images/nav_bg_hv.png) repeat-x 0 100%;*/
}

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; 
					margin:0; 
					}
/*f�r Trennzeichen*/
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
/*letztes Element*/
/*#nav ul li.last { padding-bottom:0;}*/

#nav ul a,
#nav ul a:hover { float:none; padding:0; } /*background:#eeeeee url(../images/nav_bg_mi.png) repeat-x 0 100%; }*/

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:23px; left:-10000px;  /*border:1px solid #990000;*/ }

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

/*#nav ul li a { background:#eeeeee url(../images/nav_bg_mi.png) repeat-x 0 100%; }*/
#nav ul li a,
#nav ul li a:hover {color:#4B5858; background: url(../images/nav_bg.png) repeat-x 0 100%; }
/*#nav ul li a { color:#2f2f2f; }*/
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

/*#nav  li ul {background: url(../images/Box2.png) no-repeat bottom right #ffffff; border: 1px solid #d6d6d6; z-index:999; font-size: 0.8em;}*/
#nav  li ul {background: url(../images/Box2.png) no-repeat bottom right #ffffff; border: 1px solid #d6d6d6; z-index:999; font-size: 0.9em;}
/*#nav  li ul {background: url(../images/Box2.png) no-repeat bottom right #ffffff; border: 1px solid #d6d6d6; z-index:999; font-size: 1em;}*/
#nav  li ul  a:hover {color: #4B5858;/*#CA050E;*/}
/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }