/**
 * 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 {  margin-top:9px; margin-left:0; font-size:1.2em; position:absolute;
left:0px; top: 50px; width: 830px; height:120px; background:url(../images/menu.png) no-repeat; padding-left: 130px; padding-top: 9px; }


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
    text-transform:uppercase;
	text-align:left;
	}
#nav li.over {}
#nav li.active { } /* to prevent the li separator from showing through on mouseover on li */
#nav a { line-height:1.3em; }
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; padding-top: 5px; margin-left: 13px}
#nav li ul span {white-space:normal; }



/************ 1ST LEVEL  ***************/
#nav li { float:left; margin:0px 30px 11px 1px; padding:48px 8px; background:url(../images/nav_divider.jpg) no-repeat 100% 50%;}
#nav li.active a { color: #065dac; }
#nav a { float:left;  padding-right:11px; color:#444; font-weight:bold; }
#nav li.over a, #nav a:hover { color: #065dac; }
#nav li.over, #nav li.active { margin:0 7px 10px 0; }



/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active, #nav ul li.over {
    float:none;
    border:none;
    margin:0;
    background:none;
    padding:0;
    padding-bottom:1px;
    text-transform:none;
    }
#nav ul li.parent { background:url(../images/nav_parent_arrow.gif) no-repeat 100% 50%; }
#nav ul li.last { padding-bottom:0; }
#nav ul li.active { margin:0; border:0; background:none; }
#nav ul a, #nav ul a:hover {
	float:none;
	padding:0;
	background:none;
	}
#nav ul li a { font-weight:normal !important; }



/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width:15em;
	top:22px;
	left:-10000px;
    border:1px solid #065dac;
    border-bottom:1px solid #065dac;
    padding:3px 8px;
    background:#F4F9EA; 
    font-size:11px;
}

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


#nav ul li a { padding:3px 0; color:#444 !important; }
#nav ul li a:hover { padding:3px 0; color:#065dac !important; text-decoration:underline;}



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

#nav ul ul { top:5px; }


/* Fix for the IE bug */

#nav iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
background:transparent;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
.debug {border:1px solid red!important;}

.vertical-nav .nav_top { background:url(../images/menu_top.png) no-repeat;  padding: 7px; padding-top: 18px; margin-bottom: 0; padding-bottom: 0; height: 25px;}

#nav_vert { background-color:#F6F6F6;
background:url(../images/leftmenu_center.png) repeat-y 0 50%; }

.vertical-nav .nav_bot { background:url(../images/menu_bott.png) no-repeat;  padding: 7px; padding-top: 0px; height: 25px;}


#nav_vert li, #nav_vert li a { color:#fff; }

#vertical-nav ul {
    list-style-type: none; /* get rid of the bullets */
    padding:0;             /* no padding */
    margin:0;              /* no margin for IE either */
}

#vertical-nav ul li {
    margin: 0;
    padding: 0;
    display:block;
    margin-top: 1px; /* lines */
}

#vertical-nav ul ul li a,#vertical-nav ul li{
    color: #FFFFFF;
}

ul#minimenu
{
margin-left: 0;
padding-left: 0;
margin-bottom: 15px;
white-space: nowrap;
}

#minimenu li
{
list-style-type:square;
}

#minimenu a { padding: 3px 5px; }

#minimenu a:link, #minimenu a:visited
{
color: #7faaca;
text-decoration: none;
font-weight: bold;
font-size: 14px;
}

#minimenu a:hover
{
color: #369;
text-decoration: none;
}