/**
 * 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.
 *
 * @copyright  Copyright (c) 2004-2007 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:0px; font-size:11px; color:#fff; border-right:1px solid #000; z-index:1; 
background:#3b3b3b url('../images/global_ul_bg.gif') repeat-x right top;}
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {list-style:none;text-align:left; position:relative; background:url(../images/nav-separator.jpg) repeat-y;}
#nav li.over { z-index:99; }
#nav li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
#nav a { line-height:1.5em; cursor:pointer;}
#nav a, #nav a:hover { display:block; text-decoration:none; color:#fff;}
#nav span { cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 1ST LEVEL  ***************/
#nav li { float:left; }
#nav a { float:left; padding:4px 9px; color:#fff;}


/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {float:none;margin:0; background:none;}
#nav ul li.over {background:#1b80ca !important;}
#nav ul li.last { padding-bottom:1em; background:none !important; }
#nav ul a, #nav ul a:hover {float:none;padding:2px 6px;} 
#nav ul li a {padding:2px 6px; font-weight:normal !important; background:#3b3b3b url('../images/global_nav_bg.gif') no-repeat right top;
}
/************ 2ND LEVEL ************/
#nav ul.level0 { width: 225px;}
#nav ul {position: absolute;top:24px;left:-10000px; z-index:98 !important;
	background: url('../images/navul-wide.gif') repeat-x 0% 100%; font-size:10px; }

.level1, .level2 {width:225px;}
.level3 {width:225px;}

/* 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 {background:none !important;}
#nav ul li a {color:#fff !important;}


#nav li:hover a{background: transparent url('../images/button-over.jpg') repeat-x right top;}
#nav li a:hover{background: transparent url('../images/button-over.jpg') repeat-x right top;}
#nav li.over a, #nav li.over a:hover { color:#fff; background:url(../images/button-over.jpg) repeat-x; }
#nav ul li a:hover {color:#fff !important; background:#ea0f00 !important; opacity:.8; filter:alpha(opacity=80);}


/************ 3RD+ LEVEL ************/

#nav ul ul { top:5px; }

.hp-right { width:198px; float:left; }
.hp-right li a { font-size:10px; font-weight:normal; color:#666666; border-top:1px solid #C7C7C7; padding:0.25em; background:#F7F7F7; display:block;}
.hp-right li a:hover { color:#E71B27; }
.hp-center { width:500px; margin-left:11px; float:left; }
.feat-products-list li { width:30%; float:left; border:1px solid #C7C7C7; background:#F7F7F7; padding:3px; margin:4px; text-align:center; min-height: 196px;}
.feat-products-list li a { color:#666666; }
.feat-products-list li a:hover { color:#E71B27; }
.hp-category-list li { width:23%; padding:5px; float:left; text-align:center; }

