/**
 * 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)
 */
 
#anav {
	right:12px;
	list-style-type: none;
	font-size:12px;
	margin-top:18px;
	width:700px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */




#anav a {
color:#618EA3;
}





#anav ul li, #anav ul li.active {
	list-style-type: none;
}






#anav li {
	position:relative;
	text-align:left;
}
#anav li.over {
	z-index:999;
}
#anav a, #anav a:hover {
	display:block;
	float:left;
	font-weight:bold;
}
#anav span {
	display:block;
	cursor:pointer;
	white-space:nowrap;
}
#anav li ul span {
	white-space:normal;
}
/************ 0 LEVEL  ***************/
#anav li {
	float:left; margin-right:35px;
}
#anav li.active a {
	color:#618ea3;
}
#anav a {
	float:left;
	color:#618ea3;
	font-weight:bold;
}
#anav a:hover {
}
a.stay {
	background:url(images/products-r.gif) !important;
	width:100px;
	height:42px;
}

li.products a.stay {
	background:url(images/products-r.gif) !important;
	width:100px;
	height:42px;
}
li.people-2 a.stay {
	background:url(images/people-r.gif) !important;
	width:100px;
	height:42px;
}

li.planet a.stay {
	background:url(images/planet-r.gif) !important;
	width:100px;
	height:42px;
}
/************ 1ST LEVEL ************/
#anav ul li, #anav ul li.active {
	float:left;
	padding-bottom:1px;
}
/*#anav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#anav ul li.last {
	padding-bottom:0;
}
#anav ul a, #anav ul a:hover {
	float:none;
	padding:0;
	background:none;
	border:none
}
#anav ul li a {
	font-weight:normal !important;
}

li.level1 { margin-right:0px !important;}
/************ 2ND LEVEL ************/

li.products ul {
	left:-7000px;
	position:absolute;
	top:40px;
	width:643px;
	background-color: #f9f9f9;
	background-image: url(images/hover-back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom:10px;
	z-index:1000;
}

li.people-2 ul {
	min-height:250px;
	background-image: url(images/hover-back-people.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom:10px;
	background-color: #f9f9f9;
	left:-7000px;
	position:absolute;
	top:40px;
	width:643px;
	z-index:1000;
}

li.planet ul {
	background-image: url(images/hover-back-planet.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom:10px;
	background-color: #f9f9f9;
	left:-7000px;
	position:absolute;
	top:40px;
	width:643px;
	z-index:1000;
}

/* Show menu */
#anav li.over > ul {
	left:-148px;
}
#anav li.over > ul li.over > ul {
	left:100px;
}
/* #anav li.over ul ul { left:-10000px; } */

/* #anav ul li a { background:#0A263D; } */
/* #anav ul li a:hover { background:#d5e4eb; } */
#anav ul li a {
	width:200px;
	height:28px

}
#anav ul li a:hover {

}
#anav ul span, #anav ul li.last li span {
	padding:15px 0 4px;
}
#anav li.columns {
	margin-top:9px;
	width:200px;
	margin-right:0px;
}
#anav li.columns ul {
	width: auto;
	margin-left:10px;
}
#anav li li li li span {
	padding:0 0 0 12px;
}
/************ 3RD+ LEVEL ************/
#anav ul ul {
	border: 0px;
	left:0;
	position: relative;
	top:0;
	background: none;
}
#anav ul ul li {
	float: none;
	width:auto;
	padding-left:15px;
}
#anav ul ul ul {
	margin-left: 10px;
}
#anav ul ul ul li a {
	color: #FFFFFF !important;
	font-size: 0.95em;
}
/** ie6 hack */
#anav li.over ul.shown-sub {
	left:0;
}
#anav li.over li li ul.shown-sub {
	left:100px;
}
.green_bck {
	width:643px;
	float:left;
	display:block !important;
	background-image: url(images/img1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.columns img {
	margin-bottom:7px;}