/**
 * 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;
	margin:0;
	height:33px;
	background:url(./images/menu_bg.gif) repeat-x;
	clear:both;
}
ul.menu {list-style:none; margin:0; padding:0;font-size:11px;text-align:left;}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#646363; text-decoration:none;line-height: 32px;}
ul.menu a:hover {color:#000;}
ul.menu li {position:relative; float:left;padding-left:2px;padding-right:4px;background: url('images/line.gif') 100% 0px no-repeat}
ul.menu ul {position:absolute; top:34px; left:0; background:#fff; display:none; opacity:0; list-style:none;width:200px;border-left:solid 1px #B7B6B6;border-right:solid 1px #B7B6B6;}
ul.menu ul li {position:relative; width:200px; margin:0;background:none;padding:0px;}
ul.menu ul li a {display:block; padding:0px 5px; color:#646363;line-height: 20px;}
ul.menu ul li a:hover {background-color:#870505;  color:#fff;}
ul.menu ul ul {left:200px; top:-1px}
ul.menu .menulink { font-weight:bold;}
ul.menu .menulink:hover, ul.menu .menuhover {}
ul.menu .sub {background: url('images/arrow.jpg') 100% 0px no-repeat}
#current a{color:#000;}
ul.menu .topline {border-top:1px solid #B7B6B6;}
ul.menu .bottomline {border-bottom:2px solid #B7B6B6;}
ul.menu .onlyoneline {border-top:1px solid #B7B6B6;border-bottom:2px solid #B7B6B6;}