/**
 * 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-staic-menu
{
	margin:0 auto;
	width:950px;
	background: url(../images/nav_ground.png) repeat-y 50% 0;
	height: 51px;
}
.top-staic-menu ul{ padding:0 0px; font-size:1.1em; }
.basket-box
{
	line-height:12px;
	position:absolute;
	right:22px;
	top:122px;
	vertical-align:middle;
	width:200px;

}
.basket-box a
{
	color:#000;
	text-decoration:none;
}
.basket-box a:hover
{
	text-decoration:underline;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
.top-staic-menu li { position:relative; text-align:left; }
.top-staic-menu li.over { z-index:999; }
.top-staic-menu a{ display:block; line-height:1.3em; text-decoration:none; font-size:12px; text-transform:uppercase;}
.top-staic-menu a:hover {text-decoration:underline; }
.top-staic-menu span { display:block; cursor:pointer; white-space:nowrap; }
.top-staic-menu li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
.top-staic-menu li { float:left; }
.top-staic-menu li.active a { color:#7D021E; }
.top-staic-menu a { float:left; padding:0 0px 0 20px; color:#000; line-height:44px; }
.top-staic-menu li.over a,
.top-staic-menu a:hover { color:#000; }



#nav ul.level0
{
	display:none;
	position:absolute;
	left:195px;
	top:0px;
	width:180px;
}
#nav li
{
	line-height:30px;
	border-bottom:solid 1px #323232;
	
}
#nav li.parent
{
	background:url(../images/arrows.gif) no-repeat right;
	font-weight:bold;
	
}
#nav li.parent:hover
{
	background:#000 !important;
	
}
#nav li.parent > a:first-child
{
	cursor:default;
}
#nav li.parent li
{
	font-weight:normal;
}

#nav li.level0
{
	position:relative;
}
#nav li a
{
	color:#ccc;
	text-decoration:none;
}
#nav li:hover
{
	background-color:#73001B;
}
#nav li.level0.parent:hover
{
	width:370px;
	background:#000;
	background-image:none;
	
}
#nav li.level0.parent:hover ul.level0
{
	display:block;
	border:solid 1px #323232;
	border-bottom:none;
	width:180px;
}
#nav li.level0.parent:hover ul.level0 li
{
	background:#000;
	background-image:none;
	padding-left:10px;
}
#nav li.level0.parent:hover ul.level0 li:hover
{
      background-color:#73001B;
}

