/**
 * 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 p{margin: 0px;padding:0px;}
#nav_jq {
	float:left;
	width: 982px;
	height: 43px;
	background:transparent url(../images/topnavBG.png) no-repeat;
	font-weight: normal;
}



/********** < Navigation */
#navigation {
	background:transparent url(../images/topnavBG.png) center 64px no-repeat;
	margin:0px;
	height: 40px;
	padding: 0px 10px 0px 15px;
	float:left;
	width: 982px;
	position: relative;
	top: 10px;
}
#nav {
	float:left;
	width: 982px;
	height: 38px;
	font-size:1.1em;
	background:transparent url(../images/topnavBG.png) no-repeat top left;
	font-weight: normal;
	padding-top: 5px;
}

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

ul#nav {
	z-index: 50;
	padding-top: 6px;
}
#nav li {
	position:relative;
}
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; 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;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
	border-left:1px solid #3f3f3f;
}
#nav li.first { border-left:0; }
#nav li.last  { border-right:1px solid #3f3f3f; }
#nav li.active a { color: #3399cc; }
#nav a { float:left; color:#868686; font-weight:bold; }
#nav li.over a { color: #3399cc; }
#nav li.home {
	/* background-color:#006699; */
	display:block;
	cursor:pointer;
	width:30px;
	margin-left:14px;
	margin-top: 7px;
	padding-right: 14px;
	padding-bottom: 11px;
	padding-left: 8px;
	text-decoration:none;
	background:transparent url(../images/home.png) no-repeat center center;
	border-left:0;
	border-right:0;
}
#nav li.homeActive {
	/* background-color:#006699; */
	display:block;
	cursor:pointer;
	width:30px;
	margin-left:14px;
	margin-top: 7px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 8px;
	text-decoration:none;
	background:transparent url(../images/home_active.png) no-repeat center center;
}
#nav li.over {
	/* background-color:#006699; */
	text-decoration:none;
	color:#444;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat-x;
}
#nav li.active {
	border-left:1px solid #333;
	border-right:1px solid #333;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat-x;
}
/* #nav li.active span {background: #006699 url(../images/menu_puls_sinist.jpg) top left no-repeat;} */


/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active,
#nav ul li.over { float:none; border:none; background:none; margin:0; padding:0; padding-bottom:1px; text-transform:none; }
#nav ul li.parent { background:url(../images/nav_parent_arrow.gif) no-repeat 97% 50%; }
#nav ul li.last { padding-bottom:0; }
#nav ul li.active { margin:0; border:0; background:none; }
#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:45px;
	left:-10000px;
	border:1px solid #333;
	padding:0;
	background:#3d3d3d;
	font-size:12px;
}

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

#nav ul li a {
	padding:6px 15px;
	color:#707070 !important;
	border-top:1px solid #4b4b4b;
	font-weight:bold;
}
	
#nav ul li a:hover {
	padding:6px 15px;
	color:#3399cc !important;
	background-color:#383838;
	border-top:1px solid #333;
	font-weight:bold;
}

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




/* Header
----------------------------------------------------------------------------------------------------*/

#header-wrap {
	background:transparent url(../images/topnavBG.png) center 64px no-repeat;
	padding-bottom:1px;
	}


	
#topnav {
	padding-top:0;
	padding-left:10px;
	margin-top:7px;
	margin-bottom:5px;
	height:40px;
	}
	
#topnav ul li {display:inline-block;}


#topnav ul li .current, #topnav li.active a  {
	width:70px;
	color:#39c;
	background:transparent url(../images/topnavBG.png) -100px -76px no-repeat;
	}

#topnav ul li .currentHome {
	width:30px;
	margin-left:0px;
	text-indent:-9999px;
	background:transparent url(../images/topnavBG.png) -10px -76px no-repeat;
	}

/* .home {
	width:30px;
	margin-left:-5px;
	text-indent:-9999px;
	}

a.home:hover {
	width:30px;
	text-indent:-9999px;
	background:transparent url(../images/topnavBG.png) -10px -76px no-repeat;
	} */

#topnav ul li .navEffect {
	margin-left:1px;
	}

#topnav ul li .navEffect:hover {
	margin-left:1px;
	background:transparent url(../images/topnavBG.png) -100px -76px no-repeat;
	}




/* Button PiccoloElements */
button.button_piccolo { overflow:visible; width:auto; margin:0 0 5px 0; background:none; border:none; cursor:pointer; }

button.button_piccolo span {
	display:block;
	background-image: url(../images/bg_button_piccolo_left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0px;
}
button.button_piccolo span span {
	display:block;
	background:url(../images/bg_button_piccolo_right.gif) right top no-repeat;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}
button.button_piccolo span span span{
	background:url(../images/bg_button_piccolo.gif) 0 0 repeat-x;
	display:block;
	margin:0;
	text-align:center;
	white-space:nowrap;
	color:#FFF;
	height: 19px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-transform: uppercase;
}



