/* @override 
	http://192.168.1.122/websites/magento/skin/frontend/default/default/css/menu.css
	http://wekeke.com/skin/frontend/default/default/css/menu.css
*/

/**
 * 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 { padding:11px 20px 0 20px; color: #333; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; border-right: 1px solid #999; float: left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; height: 100%; text-decoration:none; width: 100%; }
#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:#F; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#333; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#0071BC; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#FFF url(../images/nav_divider.gif) repeat-x 0 100%; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#e1e1e1; 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 ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #899ba5; }

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

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

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }
.nav-promo{
	 display: none;
	 display: none !important;
}





#navmiddle { margin:-15px 0 0 0; padding: 0; color: #333; display: block; float: left; width: 680px;
	 position: relative;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#navmiddle .level0 { text-align:left; float: left; width: 208px; margin: 15px 15px 15px 0; display: block; height: 140px; overflow: hidden;
	border: 1px dotted #bcbcbc;
	padding: 0;
	position: relative;
}
#navmiddle .level0 a,
#navmiddle .level0 a:hover { display: block; text-decoration: none; text-transform: uppercase; font-size: 100%; border-bottom: 1px dotted #CCC; color: #333 !important; }
#navmiddle .level0 span { display: block; cursor: pointer; white-space: nowrap; }
#navmiddle .level0 ul span {white-space: normal; }

/************ 0 LEVEL  ***************/

#navmiddle .level0 a { float: none; clear: both; padding:5px 0 6px 8px; color:#333; font-weight:bold; }
#navmiddle .level0.over a,
#navmiddle .level0 a:hover {  }
#navmiddle .level0 ul { border: 0; width: auto; margin: 10px 0 0 0; height: auto; position: relative; display: block;}

/************ 1ST LEVEL ************/
#navmiddle .level1 { height: auto; border: 0; margin: 2px 0 0 10px; width: auto; clear: both; display: block; }
#navmiddle ul .level1,
#navmiddle ul .active { width: auto; height: auto; }
/*.col-main #nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#navmiddle ul li.last {  }

#navmiddle ul .level1 a,
#navmiddle ul .level1 a:hover { float:none; padding:0; background:none; text-transform: none; font-size: 90%; border: 0; color: #555 !important; width: 185px; display: block; }
#navmiddle ul .level1 a { font-weight:normal !important; }
#navmiddle .level0 img.catnavimage{
    background:#FFFFFF;
	border:1px dotted #BCBCBC;
	float:none;
	height:30px;
	left:160px;
	margin:0;
	padding:5px;
	position:absolute;
	top:6px;
	width:30px;
	z-index:10;
}
@media screen and (-webkit-min-device-pixel-ratio:0)  {
	#navmiddle .level0 img.catnavimage{
		margin:-37px 0 0 174px;
	}

} 
#navmiddle .level1 img.catnavimage{
	display: none;
}

#navmiddle .openall{
	background:#0071bc;
	color:#333333;
	height:15px;
	left:0;
	position:absolute;
	text-align:center;
	top:126px;
	width:100%;
}
#navmiddle .openall a{
	display:inline;
	font-size:10px;
	font-weight:bold;
	height:15px;
	line-height:15px;
	margin:0;
	padding:0;
	color: #FFF;
}
#navmiddle .openall a span{
	color: #FFF;
}