/**
 * 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)
 */


#store-jumper{
	position: absolute;
	top:0px;
	left:50px;
	z-index: 888;
}

#navuniverse { margin-left:15px; font-size:1.1em; float:left; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#navuniverse li { position:relative;text-transform:none; text-align:left;	}
#navuniverse li.over { z-index:999; }
#navuniverse a,
#navuniverse a:hover { display:block; line-height:1.3em; text-decoration:none; }
#navuniverse span { display:block; cursor:pointer; white-space:nowrap; }
#navuniverse li ul span {white-space:nowrap; padding-right:20px;}

/************ 0 LEVEL  ***************/
#navuniverse li { float:left; margin:0px 8px 0px 1px; padding:4px; background-color:#F0F0F0; border:1px solid #E0E0E0; border-top:1px none #E0E0E0; }
#navuniverse li.active a { color:#ffffff;  }
#navuniverse a { float:left; background:url(../images/nav_top_level_arrow.gif) no-repeat 100% 50%; padding-right:11px; color:#444; font-weight:bold; }
#navuniverse li.over a,
#navuniverse a:hover { color:#ffffff; }
#navuniverse li.over,
#navuniverse li.active {  background-color:#A0A0A0; }

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

/************ 2ND LEVEL ************/
#navuniverse ul { position:absolute; top:24px; left:-10000px; border:1px solid #bbb; padding:3px; background:#fcfcfc; font-size:11px; }

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

#navuniverse ul li a { padding:3px 0; color:#444 !important; }
#navuniverse ul li a:hover { padding:3px 0; color:#171717 !important; }

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



#navuniverse li.level1{padding-left:24px;}

#navuniverse li.nav-news {
background:url(../images/media/favicons/favicon_rss.png) no-repeat center left;
}

#navuniverse li.nav-dakine {
background:url(../images/media/favicons/favicon_bleu.png) no-repeat center left;
}

#navuniverse li.nav-northsails {
background:url(../images/media/favicons/favicon_orange.png) no-repeat center left;
}

#navuniverse li.nav-northkites {
background:url(../images/media/favicons/favicon_vert.png) no-repeat center left;
}

#navuniverse li.nav-fanatic {
background:url(../images/media/favicons/favicon_rouge.png) no-repeat center left;
}

#navuniverse li.nav-gorilla {
background:url(../images/media/favicons/favicon_gris.png) no-repeat center left;
}

#navuniverse li.nav-fcs {
background:url(../images/media/favicons/favicon_bleuclair.png) no-repeat center left;
}

#navuniverse li.nav-skullcandy {
background:url(../images/media/favicons/favicon_or.png) no-repeat center left;
}

#navuniverse li.nav-streetsurfing {
background:url(../images/media/favicons/favicon_rouge.png) no-repeat center left;
}

#navuniverse li.nav-bodyboard {
background:url(../images/media/favicons/favicon_bleu.png) no-repeat center left;
}