/**
 * 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 { clear:both; margin:0 0 0 24px; font-size:1.1em; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
position:relative;
text-align:left;
text-transform:uppercase;
}
#nav li.over {
z-index:999;
}
#nav a, #nav a:hover {
display:block;
text-decoration:none;
}
#nav span {
cursor:pointer;
display:block;
white-space:nowrap;
}
#nav li ul span {
white-space:normal;
}
/************ 0 LEVEL  ***************/
#nav li {
border-color:#78828A #78828A -moz-use-text-color;
border-style:solid solid none;
border-width:0 0 medium;
float:left;
margin:0 1px 0 0;
}
#nav li.active a, #nav li.active:hover a {

}
#nav a {
color:#333333;
float:left;
font:bold 11px Arial,Helvetica,sans-serif;
padding:9px 14px 10px;
text-transform:uppercase;
}
#nav a:hover {
background:none repeat scroll 0 0 #D4C487;
color:#7A6E3F;
}
#nav li.over {
background:none repeat scroll 0 0 #D4C487;
}
#nav li.active {
background:none repeat scroll 0 0 #D4C487;
}
/************ 1ST LEVEL ************/
#nav ul li, #nav ul li.active, #nav ul li.over {
background:none repeat scroll 0 0 transparent;
border:medium none;
float:none;
margin:0;
padding:0 0 0;
text-transform:none;
color:#333333;
}
#nav ul li:hover, #nav ul li.parent:hover {
background-color:#F2F2E8 !important;
}
#nav ul li.parent:hover {
background:url("../images/nav_parent_arrow.gif") no-repeat scroll 95% 50% transparent;
}
#nav ul li.last {
padding-bottom:0;
}
#nav ul li.active {
background:none repeat scroll 0 0 transparent;
border:0 none;
margin:0;
}
#nav ul a, #nav ul a:hover {
background:none repeat scroll 0 0 transparent;
float:none;
padding:0;
color:#333333;
}
#nav ul li a {
font-weight:normal;
color:#333333;
}
/************ 2ND LEVEL ************/
#nav ul {
background:none repeat scroll 0 0 #D4C487;
border-color:-moz-use-text-color #A1935F #A1935F;
border-right:1px solid #A1935F;
border-style: none solid solid;
border-width:medium 1px 1px;
font-size:11px;
left:-10000px;
padding:1px 0;
position:absolute;
top:32px;
width:15em;
}
#nav ul ul {
top:-1px !important;
}
/* Show menu */
#nav li.over > ul {
left:-1px;
}
#nav li.over > ul li.over > ul {
left:165px;
}
#nav li.over ul ul {
left:-10000px;
}
#nav ul li a {
color:#333333 ;
font:12px Arial,Helvetica,sans-serif;
padding:3px 5px;
text-transform:capitalize;
font-weight:bold;
}
#nav ul li a:hover {
color:#2B3944;
padding:3px 5px;
}
/************ 3RD+ LEVEL ************/

ul.top-links{border:0px solid #ff0000; float:right; padding-top:4px;}
ul.top-links li{display:block; float:left; width:auto;  margin-right:7px;}
ul.top-links li a{color:#3c2f00; text-transform:uppercase; font:normal 9px Verdana, Arial, Helvetica, sans-serif; text-decoration:none;  background-image: url("http://www.arksoutdoors.com/images/sprites//sprite1.png");
  background-position: -10px -8px; padding-left:7px;background-repeat:no-repeat;}
