/**
 * 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)
 */

/* Style by DwAN 29052008 */

#nav {
	float:left;
}

ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}
#nav li,
ul.menu li {
	height:auto;
	width:auto;
	display:block;
	float:left;
	padding:0;
	margin:0;
	border-left:solid 1px #44362E;
}
#head .middle ul.menu li {
	border-left:solid 1px #FFFFFF;
}
#nav li.first,
ul.menu li.first {
	border-left:none !important;
}
#nav li a,
ul.menu li p,
ul.menu li a {
	display:block;
	margin:0;
	padding:0 5px;
}

ul.menu li.first p,
ul.menu li.first a {
	padding:0 5px 0 0;
}


#nav a {
	float:left;
	display:block;
}
#nav ul {
	float:left;
}

#nav ul ul {
	margin:0;
	padding:7px 0 0 0;
	display:none;
}
#nav ul ul ul {
	margin:0;
	padding:0;
	display:none;
}
#nav ul li.over li {
	background:#E7C19F;
	padding:0;
	margin:0;
	display:block;
	float:none;
	border:none !important;
}
#nav ul li.over li li {
	display:none;
}
#nav ul li.over li,
#nav ul li.over li.over li {
	background:#E7C19F;
	padding:0;
	margin:0;
	display:block;
	float:left;
	clear:both;
}
#nav ul li.over li a {
	width:150px;
	padding:5px;
	display:block;
}
#nav ul li.over li a:hover {
	text-decoration:none;
	background:#330000;
	color:#FFFFFF;
}
#nav ul li.over ul {
	display:block;
	position:absolute;
	z-index:999 !important;
	margin-top:10px;
}

#head .top .right ul.menu li {
	float:right;
	border:none;
}
#head .top .right ul.menu li p,
#head .top .right ul.menu li a {
	padding:0 5px;
}
#head .top .right ul.menu li.first p,
#head .top .right ul.menu li.first a {
	padding:0 0 0 5px;
}

.popup {
	position:relative !important;
	z-index:999 !important;
	
}
