/**
 * 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)
 */

.topnav { float:left; width:100%; background:url(../images/nav-bg.gif) repeat-x; width:730px; height:26px; margin:0 0 0 2px; _margin:0 0 0 1px; padding:7px 0 0 22px;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
.topnav li { position:relative;text-transform:uppercase; text-align:left; background:url(../images/arrow.gif) no-repeat 0 2px; padding-right:8px; padding-left:8px;}
.topnav li.over { z-index:999; }
/************ 0 LEVEL  ***************/
.topnav li{
	float:left;
	padding:0 10px 0 10px;
	*padding:0 8px 0 8px;
	background:url(../images/sep.gif) no-repeat right 2px; 
	}
.topnav li.last{
	background:none;
	}
.topnav li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	}
.topnav li a:hover{
	color:#000000;
	}
/************ 2ND LEVEL ************/
.topnav ul { position:absolute; width:90%; _width:130px; top:12px; _left:0; display:none; border:1px solid #bbb; border-bottom:2px solid #999; padding:3px 8px; background:#7A7A7A; font-size:11px; }

/* Show menu */
.topnav li.hover ul { display:block; left:-1px; }
.topnav li.hover > ul li.hover > ul { display:block; }
.topnav ul li a { padding:3px 0; color:#fff !important; }
.topnav ul li a:hover { padding:3px 0; color:#000 !important; }
.topnav li ul li{
	background:none !important;
	width:100% !important;
	float:none;
	padding:5px 0 0 0;
	}
/************ 3RD+ LEVEL ************/
.topnav ul ul { top:5px; }
