/**
 * 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:0; font-size:1.45em; z-index:999; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
	text-align:left;
	float: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; }
.smallHead #nav a { color: #041a1e; }
#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 a { float:left;
	padding: 10px 0px 0px 7px;
	color:#fcf7f4;
	font-weight:bold; 
	background: url(../images/bi2_navi_block.gif) no-repeat 0 30px;
	color: #fff;
	display: block;
	height: 75px;
	width: 160px;
	margin-right: 8px;
}


/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {
	float:none;
	margin:0;
	}
#nav ul li.over { }
#nav ul li.last { }	
#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: 160px;
	top: 60px;
	left:-10000px;
	font-size: 0.8em;
	line-height:0.8em;
	border-bottom: 1px solid #bfb8ab;
	padding-bottom: 10px;
	background:#fcf7f4;
}

/* 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:#fcf7f4; height: 20px; }
#nav ul li a:hover { background:#f4f1ec; }
#nav ul li a, #nav ul li a:hover { color:#041a1e !important; }
#nav ul span, #nav ul li.last li span { padding: 2px 10px 3px 10px; }


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



/* Service- Menu */

#navS {
	padding:0 0 30px 0;
	z-index:999; 
	background-color:#fcfaf9;
	width: 175px;
	}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#navS li {
	list-style:none;
	position:relative;
	text-align:left;
	cursor:pointer;
	}
#navS li.over { z-index:99; }
#navS li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
#navS a { line-height:1.6em; }
#navS a, #navS a:hover { display:block; text-decoration:none; }
#navS span { display:block; white-space:nowrap; }
#navS li ul span {white-space:normal; }

/************ 1ST LEVEL  ***************/

#navS li {
	text-decoration:none;
	padding-left: 15px;
	color: #041a1e; 
	background: url(../images/bi2_arrow_right.gif) no-repeat 3px 4px;
	border-bottom: 1px solid #bfb8ab;
	height:18px;
}
#navS li.over {
	background: url(../images/bi2_arrow_down.gif) no-repeat 2px 4px;
}

#navS a {
	text-decoration:none;
	padding: 0 10px 2px 13px;
}


/************ 1ST LEVEL RESET ************/
#navS ul li {
	float:none;
	margin:0;
	background-image:none;
	border:none;
	}
		
#navS ul a, #navS ul a:hover {
	float:none;
	padding:0;
	}
#navS ul li a { font-weight:normal !important; }


/************ 2ND LEVEL ************/
#navS ul {
	position: absolute;
	width: 175px;
	top: 18px;
	left:-10000px;
	padding-top: 10px;
	font-size: 1.2em;
	background-color:#fcfaf9;
	padding-bottom: 20px;
	border-bottom: 1px solid #bfb8ab;
}

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

#navS ul li a {  height: 22px; }
#navS ul li a:hover { }
#navS ul li a { color:#041a1e !important; }
#navS ul li a:hover { text-decoration: underline; }
#navS ul span, #navS ul li.last li span { padding: 2px 10px 3px 10px; }
