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

ul#nav { background:#524443;color:#f2f2f2;width:960px;float:left;
				margin:0 auto;padding:0 !important; min-height:33px;position:relative;z-index:999;list-style:none;overflow:hidden;}
/*ul#nav { padding:0; background: #0b121c url(../images/menu_bg.jpg) no-repeat; width:950px; height:35px; list-style:none; margin:0 auto;}*/
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
ul#nav li { display:inline;}

ul#nav li a {  
    min-height: 33px;  
    float: left;  
    text-indent: -9999px;  
	
}  


ul#nav li#nav-floral-decor a {width:192px; background:url(../images/lifetime-menu.jpg) no-repeat 0 0;min-height:33px;}
ul#nav li#nav-floral-decor a:hover { background-position:0 -33px;}
ul#nav li#nav-floral-decor.active a {  background-position:0 -33px;}



ul#nav li#nav-photography a {width:192px; background:url(../images/lifetime-menu.jpg) no-repeat -192px 0;min-height:33px;}
ul#nav li#nav-photography a:hover { background-position:-192px -33px;}
ul#nav li#nav-photography.active a {  background-position:-192px -33px;}

ul#nav li#nav-blog a {width:192px; background:url(../images/lifetime-menu.jpg) no-repeat -384px 0;min-height:33px;}
ul#nav li#nav-blog a:hover { background-position:-384px -33px;}
ul#nav li#nav-blog.active a {  background-position:-384px -33px;}


ul#nav li#nav-lifetime-store a {width:192px; background:url(../images/lifetime-menu.jpg) no-repeat -576px 0;min-height:33px;}
ul#nav li#nav-lifetime-store a:hover { background-position:-576px -33px;}
ul#nav li#nav-lifetime-store.active a {  background-position:-576px -33px;}

ul#nav li#nav-about a {width:192px; background:url(../images/lifetime-menu.jpg) no-repeat -768px 0;min-height:33px;}
ul#nav li#nav-about a:hover { background-position:-768px -33px;}
ul#nav li#nav-about.active a {  background-position:-768px -33px;}

