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



/*  Wordpress Hard-coded navigation  */

div#wp_menu {
height:54px;
background:url(../images/nav_bg.png) no-repeat;
margin:0;
width:956px;
font:bold 1.5em Verdana, Arial, Helvetica, sans-serif;
padding:0 17px;
}

div#wp_menu ul {
	width:956px;
	margin:0;
	padding:0;
	overflow:auto;
}

div#wp_menu ul,div#wp_menu ul ul {
	margin:0;
	list-style:none;
}

div#wp_menu ul li {
	margin-top:1px;
	float:left;
}

.page-store {
	background:url(../images/store_bg.png) repeat-x !important;
}

div#wp_menu ul li a {
	display:block;
	color:#0d73a8;
	padding:9px 30px 10px 30px;
	text-decoration:none;
	height:20px;
	background:none !important;
	float:left;
}

div #wp_menu ul a:hover {
	color:#d31145;
	background:none !important;
}

div#wp_menu ul li ul {
left:-999em;
position:absolute;
}

/*  End of Wordpress Hard-coded navigation  */














ul#nav {
	padding:1px 0;
	margin:0 17px;
	font-size:1.3em;
	height:39px;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; }
#nav li.over { z-index:999; }

#nav a, #nav a:hover {
	display:block;
	text-decoration:none;
}
#nav span {
	display:block;
	white-space:nowrap;
}
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/

#nav li {
	float:left;
	margin:0;
}
#nav li.active a {
	color:#fff;
}
#nav a {
	float:left;
	padding:5px 30px;
	height:17px !important;
	color:#fff;
	font-weight:bold;
}

#nav li.over a,
#nav a:hover {
	color:#fff;
	background:url(../images/store_nav_hover.png) repeat-x;

}

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active {
	float:none;
	margin:0;
}
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last {
}

#nav ul a,
#nav ul a:hover {
	float:none;
	padding:1px 0;
	background:none !important;
	border:none !important;
}
#nav ul li a {}

#nav .level1 ul {
	display:none;
}

/************ 2ND LEVEL ************/
#nav ul {
	position:absolute;
	width:173px;
	padding:5px 0;
	top:27px;
	left:-10000px;
	background:#0d73a8 /*url(../images/flyout_bg.png) repeat-y */!important;
	font-size:11px;
	border:1px #D6E5EA; 
	border-style:none solid solid solid;
}

/* 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 {
	color:#fff !important;
}

#nav ul li a:hover {
	background:#0d73a8 url(../images/flyout_bg.png) center no-repeat !important;
	color:#fff !important;
}

#nav ul span, #nav ul li.last li span {
	padding:3px 8px;
}

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