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

.admin-nav { 
	width:950px; 
	margin:0 auto;
	padding: 0px;
	height: 70px;
}

#admin_nav { padding:auto; font-size:1em; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#admin_nav li { position:relative; text-align:left; }
#admin_nav li.over { z-index:999; }
#admin_nav a, #admin_nav a:hover { 
	float: left;				/*change this to none for column type menu - also change width below to value*/
	color: white;				/*does nothing*/
	margin:0 0 0 0;			/*also space between buttons - doesnt matter which you change*/
	padding:0 0 1px 0px;			/*This spaces your text off from the left and bottom of the button*/
	letter-spacing: 1px;			/*Letter Spacing*/
	width: 100%;				/*Width of button leave as auto for size of text*/
	height: auto;				/*Height of button leave as auto for size of text*/
	border: 1px solid #3399FF;
	display:block; 
	line-height:1.3em; 
	text-decoration:none; 
	font-weight:bold; 
}

#admin_nav span { display:block; cursor:pointer; white-space:nowrap; }

#admin_nav a span {
	display:block;
	padding:20px 9px 23px 6px;		/*This is padding around your text rather than around the link as in above*/
	width: 100%;
	color: black;
	float:none;
}

#admin_nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#admin_nav li { 

	float: left;			/*change this to none for column type menu - also change below and set width*/
	margin:0 0 0 0;			/*space between buttons - change this to change space*/
	text-transform:uppercase;	/*change this for upper case*/
	width: 20%;
	background: white url("http://127.0.0.1/store/global/images/navi_images/navi_button_bgon.png") no-repeat center top;/*button colour and button lh background*/
}

#admin_nav li.active{ 
	background: white url("http://127.0.0.1/store/global/images/navi_images/navi_button_bgon.png") no-repeat center top;/*button colour and button lh background*/
	color:#d96708; 
}

#admin_nav li.over{ 
	background: white url("http://127.0.0.1/store/global/images/navi_images/navi_button_bgon.png") no-repeat center top;/*button colour and button lh background*/
	color:#d96708; 
}

/************ 1ST LEVEL ************/
#admin_nav ul li,
#admin_nav ul li.active {width: auto; float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url("") repeat-x 0 100%; }
#admin_nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#admin_nav ul a,
#admin_nav ul a:hover {border: 0px; float:none; padding:0; background:none; }
#admin_nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#admin_nav ul { position:absolute; width:15em; top:59px; left:-10000px; border:1px solid #899ba5; }

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

#admin_nav ul li a { background:#ecf3f6; }
#admin_nav ul li a:hover { background:#d5e4eb; }
#admin_nav ul li a,
#admin_nav ul li a:hover { color:#2f2f2f !important; }
#admin_nav ul span, #admin_nav ul li.last li span { padding:3px 15px 4px 15px;}

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