/**
 * 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) 2008 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:right;
	*width:160px;
	margin:0 0 10px 0;
	font-size:17px;
	
	z-index:999;
	/*background:url(../images/bg_CtgrBg.gif) top left no-repeat #16173B;*/
	background:#ffffff;
	white-space: nowrap;
	/*position:relative;*/
	font-family:"Century Gothic";

}


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
	text-transform:uppercase;
	text-align:right;

	}
#nav li.over { z-index:99; }
#nav li.active {} /* 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; white-space:nowrap; }
#nav li ul span {white-space:normal; }



/************ 1ST LEVEL  ***************/
#nav li { float:none; margin:2px 0 0 1px;  padding:6px 0 5px 8px; /*border-bottom:1px solid #7D85AA;*/}
#nav li.active a { color:#F593C9; font-weight:bold }
#nav a { float:none; /*background:url(../images/nav_top_level_arrow.gif) no-repeat 0% 50%;*/ padding-left:11px; margin-left:5px; color:#858587; }
#nav li.over a, #nav a:hover { color:#F593C9; }
#nav li.over, #nav li.active { margin:2px 0 0px 1px;}



/************ 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; z-index:1000;
	margin-right:10px;
	}
#nav ul li a {z-index:1000; font-weight:bold; !important; text-transform:uppercase; font-size:12px; }



/* 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 { border:1px solid #FFF; border-width:0 0 0px 0; padding:4px 8px; margin:0; color:#cacbe5 !important;}
#nav ul li a:hover { padding:4px 8px; color:#FFF !important; }



/************ 3RD+ LEVEL ************/
/* #nav ul ul { top:5px; }*/


.menu2 {padding:0 ; margin:0; list-style:none; position:relative; z-index:500;}
.menu2 li.top {display:block; float:left;}
.menu2 li a.top_link {display:block; float:left; color:#FFF; text-decoration:none; font-size:11px; font-weight:normal; font-family:"Trebuchet MS", Verdana, Arial, Tahoma; padding:0px; cursor:pointer;}
.menu2 li a.top_link span {float:left; display:block; padding:0; font-weight:bold; }
.menu2 li a.top_link span.down {float:left; display:block; padding:0; font-weight:bold;}
.menu2 li a.top_link:hover {color:#fff; background: url(drop3/blank_over.gif) no-repeat;}
.menu2 li a.top_link:hover span {background:url(drop3/blank_over.gif) no-repeat right top;}
.menu2 li a.top_link:hover span.down {background:url(drop3/blank_overa.gif) no-repeat right top;}

.menu2 li:hover > a.top_link {color:#fff; background: url(drop3/blank_over.gif) no-repeat; }
.menu2 li:hover > a.top_link span {background:url(drop3/blank_over.gif) no-repeat right top;}
.menu2 li:hover > a.top_link span.down {background:url(drop3/blank_overa.gif) no-repeat right top; font-weight:bold;}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible; position:relative; z-index:200;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 li {  margin:0; background:url(../images/links_separator1.gif) no-repeat 100% 50%; float:left; display:inline; }
.menu2 li a {  text-decoration:none;color:#858587;}
.menu2 li a:hover { color:#F593C9; text-decoration:none;}
.menu2 .last {background:none; }

.menu2 :hover ul.sub {left:0; top:25px; padding:0px; border:1px solid #FFF; border-width:0 1px 1px 1px; white-space:nowrap; width:145px; height:auto; z-index:300; background:#F6F6F6;}
.menu2 :hover ul.sub li {display:block; position:relative; width:120px; font-weight:bold; background:none; padding:0;}
.menu2 :hover ul.sub li a {display:block; font-size:12px; width:120px; text-indent:5px; color:#858587; text-decoration:none; padding:0px 10px;}
.menu2 :hover ul.sub li a.fly {background:none;}
.menu2 :hover ul.sub li a:hover {background:none;color:#F593C9;}
.menu2 :hover ul.sub li a.fly:hover {background:#none; color:#fff;}
.menu2 :hover ul li:hover > a.fly {background:#none url(drop3/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:120px; top:-4px; background: #201f1f; padding:0px; border:1px solid #201f1f; white-space:nowrap; width:120px; z-index:400; height:auto;}