/**
 * Magento
 *10px 0px 0px 0px
 * 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) 2008 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:0 0px; font-size:10px; z-index:100; width: auto; float: left;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {

	list-style:none;
	position:relative;
	text-align:left;
	background:url(../images/shop_access_pipe.gif) no-repeat 100% ;
}
	
#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.3em; }
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 1ST LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#000000; }
#nav a { float:left; padding:5px 8px 6px 8px; color:#ffffff; font-weight:bold; font-size: 11px; font-family: Tahoma; text-transform: uppercase;}
#nav li.over a, #nav a:hover { color:#000000; }


/************ 1ST LEVEL RESET ************/
#nav ul{
	background:#ffffff;
	width:auto;
}
#nav ul li, #nav ul li.active {
	float:left;
	margin:0 !important;
	padding-bottom:1px;
	background:#ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%;	
	width:170px;
	display: block;
	}
#nav ul li.over {background:url(../images/nav_divider.gif) repeat-x 0 100%;}
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

	
#nav ul a, #nav ul a:hover {
	float:none;
	padding:0;
	background:none;
	line-height:16px; 
	text-transform: none; 
	padding:0px 0;
}
#nav ul li a {
	font-weight:normal !important; 
	line-height:16px; 
	text-transform: none;
	padding:0px 0;
}


/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width:170px;
	top:25px;
	left:-10000px;
	z-index:1000;
  border:1px solid #000000;
  
}

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#sectionm ul li.over > ul { left:100px; }




#nav ul li a { background:#ffffff; font-size: 12px; font-family: Tahoma;}
#nav ul li a:hover { background:#EF5B03; }
#nav ul li a { color:#000000 !important; } 
#nav ul li a:hover { color:#ffffff !important; }
#nav ul span, #nav ul li.last li span { padding:2px 15px 3px 15px;}


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

#nav li.last {
	background:none;
}

#nav li {
	z-index: 50;	
}




/***************VERTICAL**********************/
/*****ALL*****/
#vertical-nav h4 {
	margin-top: 0px;
    padding:10px 0px 0px 0px;
    color:#000000;
    height: 28px;
    text-transform:uppercase;
	background: url(../images/icon_tag_green_1.gif) bottom left no-repeat;    
}

#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{
    /*background-color: #ffffff;*/
}
#vertical-nav ul li a {
    display: block;
    padding: 3px 3px 3px 10px;
    margin:0;
    text-decoration: none;
    height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
    /*background-color: #ffffff;*/
}
#vertical-nav ul li .open, #vertical-nav .activesubsub, #vertical-nav .subopen {
    font-weight: bolder;
    text-decoration: none;
    color:#000000
}
#vertical-nav .final{
	background-color:#000000;
}

#vertical-nav ul ul li a {
    margin-left: 20px;
}

#vertical-nav ul ul ul li a {
	margin-left: 40px;     /* indent level 2 */
}

#vertical-nav a {
	font-size: 11px;
	font-family: Tahoma;
	color:#9f9f9f;
	font-weight:bold;
}
#vertical-nav a:hover {
	font-size: 11px;
	font-family: Tahoma;
  	color:#666666;
}
#vertical-nav ul li ul li a {
    border-top-width: thin;
    border-bottom-width: thin;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    margin-bottom:0px;
    margin-top:0px;
}
#vertical-nav ul li ul li {
    margin-bottom:0px;
    margin-top:0px;
}

/* BRANDS */

div#sectionbox {
	position:absolute;
	width:auto;
	height:auto;
	top:30px;
	left:1px ;
	display:none;
	z-index:99999;
	border: 1px solid #000000;
	background-color: #ffffff;
	margin-top: -5px;
}
.sectionm {
	height:auto; 
	width:auto; 
	float:left; 
	clear:both; 
	margin-top:0px; 
}

#sectionm {
	z-index: 99999;
	height:auto; 
	width:auto; 
	float:left; 
	clear:both; 
	margin-top:0px; 
}



/* menu li */

#sectionm ul.menu{
        float:left; 
        display:inline; 
        width:150px; 
        border: 0;
        left: 0;
        top: 0;
        z-index: 99999;
        position: relative;
        border-right: 1px dotted #000000;
}

#sectionm ul.last{
        float:left; 
        display:inline; 
        width:150px; 
        border: 0;
        left: 0;
        top: 0;
        z-index: 0;
        position: relative;
        
}

#sectionm .ulmenuborder{
        
        display:inline !important;
}


#sectionm ul.menu li{
        float:left;
        width:150px;
        height:auto;
        list-style:none;
        background: none;
        background:#ffffff url(../images/nav_divider-x.gif) bottom center no-repeat;	
}

#sectionm ul.menu li ul li{
	float:left;
	margin:0 !important;
	padding-bottom:1px;
	background:#ffffff url(../images/nav_divider-x.gif) bottom center no-repeat;	
	width:150px;
	display: block;
}

#sectionm ul.menu li ul li.last {
	float:left;
	margin:0 !important;
	padding-bottom:1px;
	background:none;	
	width:170px;
	display: block;
}


#sectionm ul.menu li a{
        float:left;
        width:150px;
        height:auto;
        font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        color:#FFFFFF;
        font-weight:bold;
        text-decoration:none;
}

#sectionm ul.menu li ul li a{
        float:left;
        width:170px;
        height:auto;
        font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        color:#FFFFFF;
        font-weight:bold;
        text-decoration:none;
}

.last {
	background: none;
}


.iframe {
        position: absolute;
        z-index: 9999;
        display: none;
        height: 0px;
        left: 0px;
        top: 0px;
    }
