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

.header-nav #nav { padding:0 0px; font-size:1.1em; margin:0px;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
.header-nav #nav li { position:relative; text-align:left; border-left:1px solid #3A3A3A;}
.header-nav #nav li.over { z-index:999; }
.header-nav #nav a,
.header-nav #nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
.header-nav #nav span { display:block; cursor:pointer; white-space:nowrap; }
.header-nav #nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
.header-nav #nav li { float:left; }
.header-nav #nav li.active a { color:#6B6B6B; }
.header-nav #nav a { float:none; padding:5px 12px 6px 8px; color:#ffffff; font-weight:bold; }
/*#nav a { float:left; padding:5px 12px 6px 8px; color:#ffffff; font-weight:bold; }*/
.header-nav #nav li.over a,
.header-nav #nav a:hover { color:#ffffff; }

/************ 1ST LEVEL ************/

.header-nav .level0{}
.header-nav #nav ul li,
.header-nav #nav ul li.active { float:left; margin:0; padding-bottom:1px; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
.header-nav #nav ul li.last {padding-bottom:0; }

.header-nav #nav .wedding{}
.header-nav #nav .bridesmaid{}

.header-nav #nav ul a,
.header-nav #nav ul a:hover { float:none; padding:0; background:none; }
.header-nav #nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
.header-nav #nav ul { position:absolute; width:993px; top:26px; background:url(../images/brushed-bg2.jpg); }
/*#nav ul { position:absolute; width:15em; top:25px; border:1px solid #899ba5; left:-10000px; }ԭ*/

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

.header-nav #nav ul li a {  }
.header-nav #nav ul li a:hover {}
.header-nav #nav ul li a,
.header-nav #nav ul li a:hover { color:#2f2f2f !important; }
.header-nav #nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

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


/* ==============================   llz left nav under  ===================================*/

.header-nav-left{background:#D6D6D6;}
.header-nav-left #nav .cg{padding-left:12px; }
.header-nav-left #nav .level0 a{padding-left:12px; font-weight:bold; color:#6C5757; text-decoration:none; display:block;}
.header-nav-left #nav a:hover{background:#B7B7B7; text-decoration:underline; display:block;}
.header-nav-left #nav .level1 a{padding-left:12px; font-weight:normal; color:#6C5757; text-decoration:none; display:block;}
.sel { background:url(../images/brushed-bg2.jpg);}
.listcontent{ background:url(../images/brushed-bg2.jpg);}


#newnav {
  height: 24px;  list-style-type: none;  padding-left:0px;

line-height:24px;overflow:hidden;background:#000; width:993px; text-align:center;
}

#newnav a {
 display: block; text-align:center; padding-left:10px; padding-right:10px; border-left:1px solid #3A3A3A;
}

#newnav a:link  {
 color:#fff; text-decoration:none;
}
#newnav a:visited  {
 color:#fff;text-decoration:none;
}
#newnav a:hover  {
 color:#6B6B6B;text-decoration:none;font-weight:bold;background:url(../images/brushed-bg2.jpg);
}

#newnav li {
 float: left;
}


#newnav li ul {
 line-height: 26px;
 list-style-type: none;
 text-align:left;
 display:block;
 left: -10000px !important; left:-10000px;
  margin-left:-246px;
 width: 993px; //注意,这里一定要设置宽度;
 position: absolute; background:url(../images/brushed-bg2.jpg);
 
}


#newnav li ul li{
  float: left; border-left:1px solid #FFFFFB; border-right:1px solid #B9B8B4;  //float就是子菜单横向的关键,可以继承父菜单而省略float
}


#newnav li ul a{
 display: block; text-align:center; padding-left:10px; padding-right:10px; border-left:0px;
}

#newnav li ul a:link  {
 color:#6B6B6B; text-decoration:none;
}
#newnav li ul a:visited  {
 color:#6B6B6B;text-decoration:none;
}
#newnav li ul a:hover  {
 color:#6B6B6B;text-decoration:none;font-weight:normal;
}

#newnav li:hover ul {
 left:25% !important; left:25%; 
}

#newnav li.sfhover ul {
 left:25% !important; left:25%;
}

#content {
 clear: left;
}