/**
 * 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) 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: 0px; 	font-size: 1.1em;	z-index: 999; 	float: left;}
#menunav {background:transparent none repeat scroll 0 0;
float:left;
height:30px;
margin-top:0;
width:971px;}

.menu-divider {
	background: transparent;
	float: left;
	margin: 9px 10px 0px 10px;
	width: 24px;
	height: 38px;
}
#menu-other-link { 
	border-top: solid 1px #3399CC;
	display:block;
	float:right;
	margin-left: 20px;
	padding:9px 8px 0 10px;
	color: #000 !important;
	height: 20px;
	width: 300px;
	 }

#menu-other-link ul {float: right;}

#menu-other-link li {
display:inline;
color: #000 !important;
border-left: 2px solid #fff;
padding:0 3px;
}
#menu-other-link li.first {
border: 0!important;
}
#menu-other-link a{
padding: 0px;
color:#000;
font-weight:bold;
text-decoration:none;
}

#menu-top-link{
background:transparent url(../images/bglinks.gif) no-repeat scroll right top;
color:#000000 !important;
display:block;
float:right;
height:40px;
margin-top:0;
padding:5px 0px 0 10px;
width:450px;
}

#menu-top-link a{

font-weight:bold;
text-decoration:none;
}
a.bianco { color:#fff;}
#menu-top-link a:hover{
font-weight:bold;
text-decoration:none;
}

#menu-top-link ul {
float:right;
margin-right:5px;
margin-top:0;
min-height:50px;

}

#menu-top-link li {
display:inline;
color:#666666; !important;
}
.reset li{clear:both;
margin-bottom:10px; clear:both; height:50px;}


#menu-top-link li.first {
	border-right:1px solid #999;
	margin-right:3px;
	padding-right:3px;
}


#menu-top-link li.last {
	border-left: 2px solid #fff;
	margin-left:3px;
	padding-left:3px;
}

#menubg {
background:transparent none repeat scroll 0 0;
float:left;
height:30px;
margin-left:0;
margin-top:8px;
width:600px;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */

#nav li {
	list-style:none;
	position:relative;
	margin-left:0;
	left:0;
	text-align:left;
}

#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:#fff; }
#nav a { float:left; padding:5px 12px 0px 8px; color:#fff; font-weight:bold;}
#nav li.over a, #nav a:hover { color:#333; background:url(../images/menu-bg-nav.gif); }

.category_nav { 
	width: 170px; 
	height: 30px !important; 
	background: transparent url('../images/arrow-categ.png') no-repeat right ;
	padding-top: 4px;
	margin-right: 40px;
}

.category_nav span { margin-left: 10px; }
.menu-bg { width:650px; float: left;  }
.searchd { width: 250px; float: right; margin-bottom: 10px; }
/************ 1ST LEVEL  ***************/
#nav li { float:left; }
#nav a { float:left; padding:5px 12px 5px 8px; color:#fff;  background: url(../images/menu-nav-bg.gif) repeat; border-right: 1px solid #eee; }


/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {
	float:none;
	margin:0;
	padding-bottom:0px;
	border-bottom: 1px solid #ffF;
	}
#nav ul li.over { }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; border:0; }

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


/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width:15em;
	top:27px;
	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: url(../images/menu-nav-bg.gif) repeat; }
#nav ul li a:hover { background: url(../images/menu-nav-bg.gif) repeat; }
#nav ul li a:hover { color:#fff !important; }
#nav ul li a, { color:#333 !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}


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


#menuas{ background-color:#00a9e0; display:block; margin-left:2px;}

#menuas ul li a { 
	border-bottom: 1px solid #059ed0;
	border-right: 1px solid #059ed0;
	border-left: 1px solid #059ed0;
	background: #ff9e3b url('../images/menu-bg-li.gif'); 
	color:#FFFFFF;
}
