/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/*#nav {float:left; margin-top:30px; margin-left:50px; font-size:1.1em; z-index:999; }
*/
#rrnav {position:absolute; top:90px; left:609px; background:url(/images/nav.gif) no-repeat; width:305px; height:20px; list-style:none;}
		#rrnav li {float:left;}
		#rrnav li a {position:absolute; top:0; margin:0; padding:0; display:block; height:20px; background:url(/images/nav.gif) no-repeat; text-indent:-9999px; overflow:hidden; font-size:1%;}
		li#nav_1 a {left:0px; width:47px; background-position: 0px 0;}
		li#nav_1 a:hover {background-position: 0px -20px;}
		li#nav_2 a {left:47px; width:124px; background-position: -47px 0;}
		li#nav_2 a:hover {background-position: -47px -20px;}
		li#nav_3 a {left:171px; width:90px; background-position: -171px 0;}
		li#nav_3 a:hover {background-position: -171px -20px;}
		li#nav_4 a {left:261px; width:44px; background-position: -261px 0;}
		li#nav_4 a:hover {background-position: -261px -20px;}
		
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
    text-transform:uppercase;
	text-align:left;
	}
#nav li.over { z-index:99; }
#nav li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
#nav a { line-height:1.3em; }
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; font-size:14px; text-transform:lowercase; width:186px; color:#a7d8a9; padding:7px 0 8px 8px;}
#nav li ul span { color:#766e54; font-size:11px; padding:0px; width:}



/************ 1ST LEVEL  ***************/
#nav li ul li {display:block;}
#nav li { float:left; margin:1px 4px 11px 4px; padding:30px 8px 20px 8px; background:url(http://www.therecycledretriever.com/images/cat-back.jpg) no-repeat;}
#nav li.active a { color:#444; }
#nav a { float:left; padding-right:11px; color:#444; font-weight:bold; }
#nav li.over a, #nav a:hover { color:#444; }
#nav li.over, #nav li.active { }

.level0 {width:205px;}


/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active, #nav ul li.over {
    float:none;
    border:none;
    margin:0;
    background:none;
    padding:0;
    padding-bottom:1px;
    text-transform:none;
    }
#nav ul li.parent { background:url(../images/nav_parent_arrow.gif) no-repeat 100% 50%; }
#nav ul li.last { padding-bottom:0; }
#nav ul li.active { margin:0; border:0; background:none; }
#nav ul a, #nav ul a:hover {
	float:none;
	padding:0;
	background:none;
	}
#nav ul li a { font-weight:normal !important; }



/************ 2ND LEVEL ************/
#nav ul {
	/*position: absolute;*/
	top:22px;
	border:1px solid #89704a;
    border-bottom:2px solid #332f28;
    padding:3px 8px 15px 8px;
    background:#fff; 
    font-size:11px;
	width:186px;
}

/* Show menu 
#nav li.over > ul { left:-1px; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; } */


#nav ul li a { padding:3px 0; color:#444 !important; display:block;}
#nav ul li a:hover { padding:3px 0; color:#3cd4d0 !important; }



/************ 3RD+ LEVEL ************/

#nav ul ul { top:5px; }


/* Fix for the IE bug */

#nav iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
background:transparent;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
.debug {border:1px solid red!important;}


#dropMenu {display:block;margin:40px 0 0 0;z-index:999999;border:0px;}

#cart {position:absolute;top:15px;left:646px;z-index:9999999; width:269px; height:21px;}