

/**
 * 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.
 *
 * 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/osl-3.0.php  Open Software License (OSL 3.0)
 */

#nav { padding: 0; font-size:1.1em; width: 214px; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; font-size: .90em;  line-height: .90em; margin: 0; display: block; border: none;}
#nav li.over { }
#nav a,
#nav a:hover { display:block; line-height:100%; font-weight: normal; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { display: block; float: none;  padding: 9px 0 3px 29px; background-repeat: no-repeat; background-position: 7px 7px;}
#nav li.active a { color: black; font-weight: bold; text-decoration: none;}
#nav a {}
#nav li.over a,
#nav a:hover {text-decoration: none;}


.nav-the-lord-of-the-rings-online {background-image: url(../images_rpg/icon_lotro.gif);}
.nav-world-of-warcraft {background-image: url(../images_rpg/icon_wow.gif);}
.nav-age-of-conan {background-image: url(../images_rpg/icon_age.gif);}
.nav-aion {background-image: url(../images_rpg/icon_aion.gif);}
.nav-eve-online {background-image: url(../images_rpg/icon_eve.gif);}
.nav-warhammer-online {background-image: url(../images_rpg/icon_warhammer.gif);}
.nav-war-rock {background-image: url(../images_rpg/icon_warrock.gif);}
.nav-knight-online {background-image: url(../images_rpg/icon_knight.gif);}
.nav-sword-of-the-new-world {background-image: url(../images_rpg/icon_sword.gif);}
.nav-gamersfirst-credits {background-image: url(../images_rpg/icon_gf.gif);}
.nav-cd-keys-game-time-cards {background-image: url(../images_rpg/icon_cdkey.gif);}
.nav-guild-wars {background-image: url(../images_rpg/icon_guild.gif);}
.nav-cykash-gamecard{background-image: url(../images_rpg/icon_cykash.gif);}
.nav-xbox-live-360 {background-image: url(../images_rpg/icon_xbox.gif);}
.nav-star-trek-online {background-image: url(../images_rpg/icon_startrek.gif);}
.nav-battlefield-bad-company-2 {background-image: url(../images_rpg/icon_battlefield-bc2.gif);}
.nav-runes-ofmagic {background-image: url(../images_rpg/icon_runes-ofmagic.gif);}
.nav-starcraft-ii {background-image: url(../images_rpg/icon_sc2.png);}
.nav-call-of-duty {background-image: url(../images_rpg/icon_cod.gif);}
.nav-counterstrike {background-image: url(../images_rpg/icon_cs.gif);}
.nav-dead-space {background-image: url(../images_rpg/icon_ds.gif);}
.nav-dragon-age {background-image: url(../images_rpg/icon_da.gif);}
.nav-left-4-dead {background-image: url(../images_rpg/icon_l4d.gif);}
.nav-nintendo-points {background-image: url(../images_rpg/icon_ni.gif);}
.nav-playstation-points {background-image: url(../images_rpg/icon_ps.gif);}
.nav-supreme-commander {background-image: url(../images_rpg/icon_sc.gif);}
.nav-mass-effect {background-image: url(../images_rpg/icon_me.gif);}
.nav-final-fantasy {background-image: url(../images_rpg/icon_ff.gif);}
.nav-medal-of-honor {background-image: url(../images_rpg/icon_moh.gif);}
.nav-mafia-2 {background-image: url(../images_rpg/icon_mafia.gif);}
.nav-world-of-tanks {background-image: url(../images_rpg/icon_wot.gif);}
.nav-half-life {background-image: url(../images_rpg/icon_hl.png);}

/************ 1ST LEVEL ************/

#nav li.active ul, #nav li.active ul li {
	display: block;
	font-size: 1em;
	background-image: none;
	margin: 0;
	padding: 0
}


#nav li.active li {
	padding: 6px 0 0 11px !important;
	background: url(../images_rpg/menu_li.gif) no-repeat 1px 9px !important;
}
#nav li.active li a {
	color: #db680b;
	text-decoration:underline;
	font-weight: normal;
}
#nav li.active li a:hover {
	color: #fb7100;
	text-decoration:underline; 
}

#nav li.active li.active  {
	background: url(../images_rpg/menu_li_active.gif) no-repeat 1px 9px !important;
}
#nav li.active li.active a, #nav li.active li.active a:hover {
	color: black;
	text-decoration: none;
}



/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last {  }


/*
#nav li.active li a:hover {
	color:#fb7100; text-decoration: underline;
}

#nav ul li a { }
*/



/************ 2ND LEVEL ************/
#nav ul { display: none  }

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

#nav ul li a { }
#nav ul li a:hover {  }
#nav ul li a,
#nav ul li a:hover {}
#nav ul span, #nav ul li.last li span { }

/************ 3RD+ LEVEL ************/
#nav ul ul {  }
