/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

#navv { width:800px; height:37px; float:left; padding:0; margin:0; }

/*
#navv .menu 		{ width:849px; height:27px; background:url(../images/menu_black.gif) no-repeat; list-style:none; padding:0 40px 0 40px; }
#navv .menu li 		{ float:left; display:inline; padding:0; margin:2px 3px 0 3px;}
#navv .menu li a	{ float:left; height:21px; padding:4px 13px 0 13px; color:#bcd243; font-size:14px; font-weight:bold; text-decoration:none; }
#navv .menu li:hover { background:url(../images/menu/activ_li.gif) no-repeat left; z-index:10; }
#navv .menu li a:hover 	{ background:#FFFFFF; color:#ce0000; font-size:14px; font-weight:bold;  }
div[class] #navv .menu li a:hover { background:url(../images/menu/activ_a.gif) no-repeat right top; color:#ce0000; font-size:14px; font-weight:bold; }
.details { width:929px; float:left; background:url(../images/menu_white.gif) no-repeat bottom; }
*/
#navv .menu 		{ width:800px; height:37px; list-style:none; margin-top:12px;  }
#navv .menu li 		{ float:left; display:inline; padding:0; margin:0; cursor:pointer;}
#navv .menu li a	{ float:left; padding:0px 16px 0 15px; color:#fff; font-size:11px; font-weight:bold; text-transform:uppercase; text-decoration:none; cursor:pointer; }
#navv .menu li a:hover 	{ text-decoration:underline; }
#navv .menu li.active a	{ color:#c4de36; }
#navv .menu li a span 	{ float:left; cursor:pointer; font-family:Arial, Verdana, Helvetica, sans-serif; }
 

