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


/*.nav-bridal-underwear{background:#781414;}*/
/*.level0.nav-bridal-underwear a{color:#fff;}*/
.level0.nav-bridal-underwear li a{color:#8a2525;}

.level0 a{color:#8a2525}
#nav {font-size:1.1em; font-family:Arial, Helvetica, sans-serif; text-align:center;}
.header-nav-left { padding:5px 0; border:1px solid #ccc; background:#f0f0f0; margin-bottom:10px; width:178px;}


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; height:43px; padding-left:1px;}
#nav-left li { position:relative; text-align:left; height:22px; padding-left:15px; margin-top:3px;}
#nav li.over { z-index:999; }
#nav li a{}
#nav a,
#nav a:hover { display:block; line-height:33px; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#9E0227; }
#nav li a:link{ color:#FFFFFF;}
#nav li a:visited{ color:#FFFFFF;}
#nav a { float:left; padding:5px 13px 5px 13px; color:#ffffff; font-weight:bold;line-height:30px; }
#nav a:hover { color:#9E0227;background:url(../images/dhhome.gif) repeat-x; }
#nav li.hover,#nav li.visited {background:url(../images/dhhome.gif) repeat-x;}

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

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

/************ 2ND LEVEL ************/
#nav-left ul {border:1px solid #cf5c8a !important; }
#nav ul, #nav-left ul { position:absolute; width:15em;display:none;

font-size: 1.0em;
background:#fff;}

/* Show menu */
#nav-left li.over > ul {left:100px;display:block;top:0;}
#nav li.over > ul { top:43px; display:block;}
#nav li.over > ul li.over > ul { top:30px;display:block; }
#nav li.over ul ul { display:none; }

#nav ul li a {  }
#nav ul li a:hover { background:none; }
#nav ul li a,
#nav ul li a:hover { color:#CF5C8A !important; font-size:13px; background-image:none !important;*background-image:none;}
#nav ul span, #nav ul li.last li span { padding:0px; margin-left:5px; padding-top:5px;}

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




#toptopmenu ul li{
width:106px;
height:24px;
text-align:center;
color:#8f2727;
float:left;
padding-left:5px;
padding-top:8px;
}

#toptopmenu ul li a{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#8f2727;}



/****topmenu *****/


@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	cursor: pointer;
		padding: 0.5em 0.75em;
	color: #fff;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #9d0126;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #9d0126;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
		background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
		background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}

#mmm{ width:280px;

background-color:#666
}
#mmm  li{ width:130px;
background-color:#666;
border-bottom:solid 1px #999999;
float:left;}
#mmm  li a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

#mmm_l{ width:180px;
background-color:#666}
#mmm_l  li{ width:175px;
background-color:#666;
border-bottom:solid 1px #999999
}
#mmm_l li a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;}



#mmm_m{ width:980px;

background-color:#666
}
#mmm_m  li{ width:157px;
background-color:#666;
border-bottom:solid 1px #999999;
float:left;}
#mmm_m  li a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal}

#MenuBar1 {
background-image:url(../images/topmm.jpg);
height:43px;
width:975px;}
