/**
 * 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 {background:#F6F6F6; border-bottom:solid 1px #ddd; padding-top:10px; }

#nav li {
	padding: 0 8px 8px;
	font-weight:bold; 
}

#nav a { 
	color:#444; 
}

#nav a:hover { 
	color:#555aaa; 
}

#nav ul { 
	margin-top:10px; 
}

#nav ul li { 
	font-weight:normal; 
}



#png-logo { position:absolute; margin:-62px 0 0 15px; }

#top-menu { width:980px; }

.top-menu-l { height:60px; background:url("../images/menu/l-end.gif") no-repeat scroll 0 50%; }

.top-menu-r { height:60px; background:url("../images/menu/r-end.gif") no-repeat scroll 100% 50%; }

.top-menu-m { height:60px; background:url("../images/menu/nav-bg.gif") repeat-x scroll 0 0; margin:0 5px; }

#top-menu a {  }

#top-menu ul { }

#top-menu ul li { display:block; float:right; background:url("../images/menu/divider.gif") no-repeat scroll 0 50%; padding-left:2px; }

#top-menu ul li a { color:#222; display:block; float:right; padding:20px; font-family:verdana; font-size:0.85em; font-weight:bold; }

#top-menu ul li a:hover { color:#fff; background:url("../images/menu/nav-bg-a.gif") repeat-x scroll 0 0; }

#top-menu ul li:hover {  }

#top-menu ul li span {  }

#top-menu ul li span:hover { background:url("../images/menu/nav-bg-a.gif") repeat-x scroll 0 0; }