/**
 * 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 {
	font-size:1.1em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:-5px;
	padding:5px 0;
	width:184px;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { clear:both;text-align:left;width:100%;background:transparent url(../images/aht/artc.jpg) no-repeat scroll 10px 8px;}
#nav li.over { z-index:999; }
#nav li a{color:#fff;width:100%;}
#nav > li > a:hover,#nav > li.active > a{color:#d96708!important; display:block; text-decoration:none;background:url('../images/aht/current_nav.jpg');}
#nav span { display:block; cursor:pointer; white-space:nowrap;font-family:arial;font-size:12px;margin-left:15px;padding:0px 12px 0px 8px;height:23px; }
#nav li ul span {white-space:normal; }
.nav-costa-rican-puzzle-boxes{border:none !important;}
/************ 0 LEVEL  ***************/
#nav a {float:left;font-weight:bold;text-decoration:none; }

#nav li.active > a,#nav a:hover { color:#520e00; }


/* Show menu */
#nav li ul li.active a li{background:none !important}
#nav li a li{color:#000}



#nav li ul {float:right;width:92%;display:none;}
#nav li.active > ul{display:inline-block !important}
#nav li ul li a,#nav li ul li.active  a{background:none !important;}
#nav li ul li a:hover , #nav li ul li.active > a{background:none !important;color:#520e00;}

#nav ul li a {  }

#nav ul span, #nav ul li.last li span { line-height:22px;padding:0 5px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:0px; }
.layered-nav{display:none;}
#mycart{clear:both;display:block;}
#mycart ul{float:right;margin-right:25px;}
#mycart ul li{border-right:1px solid #fff;float:right;height:11px;line-height:12px;margin-left:10px;margin-top:40px;padding-right:7px;}
#mycart ul .first{border:none;}
#mycart ul li a{color:#fff;text-decoration:none;}
#mycart ul li a:hover{color:maroon;}

#mycart ul li a.top-link-cart{
	background:url("../images/shoppingcart.png") no-repeat scroll 1px 1px transparent;
	padding-left:28px;
}


#mycart2{clear:both;display:block;}
#mycart2 ul{float:right;margin-right:25px;}

#mycart2 ul .first{border:none;}
#mycart2 ul li a{color:#fff;text-decoration:none;}
#mycart2 ul li a:hover{color:maroon;}

#mycart2 ul li a.top-link-cart{
	background:url("../images/shoppingcart.png") no-repeat scroll 1px 1px transparent;
	padding-left:28px;
}

